aboutsummaryrefslogtreecommitdiff
path: root/ContainerFile
diff options
context:
space:
mode:
Diffstat (limited to 'ContainerFile')
-rw-r--r--ContainerFile13
1 files changed, 10 insertions, 3 deletions
diff --git a/ContainerFile b/ContainerFile
index f7ea0e1..6f370d2 100644
--- a/ContainerFile
+++ b/ContainerFile
@@ -1,6 +1,13 @@
FROM fedora:latest
-RUN sudo dnf update -y && sudo dnf install wget which git -y
+RUN sudo dnf update -y && sudo dnf install wget which git screen pinentry -y
COPY . /repo
-RUN cd /repo && /repo/install.sh
-ENTRYPOINT ["sleep","10000000"]
+RUN gpg --import /repo/test.sk
+RUN bash -c 'cd /repo && /repo/install.sh'
+RUN git config --global user.email "test@test.test"
+RUN git config --global user.name "test"
+EXPOSE 4001/tcp
+EXPOSE 5001/tcp
+EXPOSE 8080/tcp
+ENTRYPOINT ["tail","-f","/root/.arching-kaos/logs"]
+