diff options
Diffstat (limited to 'ContainerFile')
-rw-r--r-- | ContainerFile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ContainerFile b/ContainerFile index 7bc4fa6..5d7830c 100644 --- a/ContainerFile +++ b/ContainerFile @@ -1,5 +1,5 @@ FROM fedora:latest -RUN sudo dnf update -y && sudo dnf install wget which git screen pinentry -y +RUN dnf update -y && dnf install which git screen pinentry -y 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 "test@test.test" |