From b0fe96e841f794055371a2ac301f99e5451198c7 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 20 Aug 2023 15:23:14 +0300 Subject: No need for importing keys manually, they get created during install --- ContainerFile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ContainerFile b/ContainerFile index 69936ed..7bc4fa6 100644 --- a/ContainerFile +++ b/ContainerFile @@ -1,8 +1,7 @@ FROM fedora:latest RUN sudo dnf update -y && sudo dnf install wget which git screen pinentry -y -COPY . /repo -RUN gpg --import /repo/test.sk -RUN bash -c 'cd /repo && /repo/install.sh' +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" RUN git config --global user.name "test" RUN git config --global init.defaultBranch master -- cgit v1.2.3