aboutsummaryrefslogtreecommitdiff
path: root/ContainerFile
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-03-08 17:02:31 +0200
committerkaotisk <kaotisk@arching-kaos.org>2025-03-08 17:02:31 +0200
commit2b75c088b3fcc46c0bedb3beb1eba96ab086a023 (patch)
tree26c52c4d30ffac90fb064578cc7fa13b7ef28861 /ContainerFile
parentc2c3b1c094d17f640e0daee2250d4349ee7992b6 (diff)
downloadarching-kaos-tools-2b75c088b3fcc46c0bedb3beb1eba96ab086a023.tar.gz
arching-kaos-tools-2b75c088b3fcc46c0bedb3beb1eba96ab086a023.tar.bz2
arching-kaos-tools-2b75c088b3fcc46c0bedb3beb1eba96ab086a023.zip
New depedency for podman installation
Diffstat (limited to 'ContainerFile')
-rw-r--r--ContainerFile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ContainerFile b/ContainerFile
index 5aff869..c1dd3d4 100644
--- a/ContainerFile
+++ b/ContainerFile
@@ -1,5 +1,5 @@
FROM fedora:latest
-RUN dnf update -y && dnf install which git screen pinentry make gcc -y
+RUN dnf update -y && dnf install which git screen pinentry make gcc procps-ng -y
RUN dnf install -y curl jq nodejs
RUN dnf install -y nano
COPY . /root/arching-kaos-tools