aboutsummaryrefslogtreecommitdiff
path: root/ContainerFile
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-12-12 12:27:04 +0200
committerkaotisk <kaotisk@arching-kaos.org>2023-12-12 12:27:04 +0200
commita89cb5df04211968a4884b371b5810a708ce8fcf (patch)
tree8f8e71844693a3f9af2f688335dfe97af39dad55 /ContainerFile
parente2cfcb93135978df20229256447b1a2ca788e2b4 (diff)
downloadarching-kaos-tools-a89cb5df04211968a4884b371b5810a708ce8fcf.tar.gz
arching-kaos-tools-a89cb5df04211968a4884b371b5810a708ce8fcf.tar.bz2
arching-kaos-tools-a89cb5df04211968a4884b371b5810a708ce8fcf.zip
Added depedencies to the Containerfile so there can be a cached image
Diffstat (limited to 'ContainerFile')
-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"