aboutsummaryrefslogtreecommitdiff
path: root/ContainerFile
diff options
context:
space:
mode:
Diffstat (limited to 'ContainerFile')
-rw-r--r--ContainerFile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ContainerFile b/ContainerFile
index fd7d085..4d72ecc 100644
--- a/ContainerFile
+++ b/ContainerFile
@@ -1,6 +1,7 @@
FROM fedora:latest
-RUN dnf update -y && dnf install which git screen pinentry make -y
+RUN dnf update -y && dnf install which git screen pinentry make gcc -y
RUN dnf install -y curl wget jq nodejs
+RUN dnf install -y nano
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"