diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-08-23 15:32:27 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-08-23 15:32:27 +0300 |
commit | 8759a66767f620e553740521a617ae042d197b49 (patch) | |
tree | ea777956c5e7e05ca54908314f947d5b074109f0 /ContainerFile | |
parent | 4a77f861b105a93e536d5a9717bde2d6296f6592 (diff) | |
download | arching-kaos-tools-8759a66767f620e553740521a617ae042d197b49.tar.gz arching-kaos-tools-8759a66767f620e553740521a617ae042d197b49.tar.bz2 arching-kaos-tools-8759a66767f620e553740521a617ae042d197b49.zip |
Changed previous to new defaults
Diffstat (limited to 'ContainerFile')
-rw-r--r-- | ContainerFile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |