From a89cb5df04211968a4884b371b5810a708ce8fcf Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 12 Dec 2023 12:27:04 +0200 Subject: Added depedencies to the Containerfile so there can be a cached image --- ContainerFile | 1 + 1 file changed, 1 insertion(+) (limited to 'ContainerFile') 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" -- cgit v1.2.3