aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ContainerFile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ContainerFile b/ContainerFile
index 59c5444..7296f0d 100644
--- a/ContainerFile
+++ b/ContainerFile
@@ -1,5 +1,6 @@
FROM fedora:latest
RUN dnf update -y && dnf install which git screen pinentry -y
+RUN dnf install -y curl wget jq nodejs
COPY . /root/arching-kaos-tools
RUN bash -c 'cd /root/arching-kaos-tools && /root/arching-kaos-tools/install.sh'
RUN git config --global user.email "kaos@kaos.kaos"