From 8759a66767f620e553740521a617ae042d197b49 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 23 Aug 2023 15:32:27 +0300 Subject: Changed previous to new defaults --- ContainerFile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ContainerFile') diff --git a/ContainerFile b/ContainerFile index 5d7830c..0dbea43 100644 --- a/ContainerFile +++ b/ContainerFile @@ -2,8 +2,8 @@ FROM fedora:latest 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" -RUN git config --global user.name "test" +RUN git config --global user.email "kaos@kaos.kaos" +RUN git config --global user.name "kaos" RUN git config --global init.defaultBranch master EXPOSE 4001/tcp EXPOSE 5001/tcp -- cgit v1.2.3