From 4a77f861b105a93e536d5a9717bde2d6296f6592 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 23 Aug 2023 15:31:24 +0300 Subject: Removed sudo command as the container user is root, removed wget from deps --- ContainerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3