From e3b79faa50dcc2efd5b7218fbc9e926edaf48ca5 Mon Sep 17 00:00:00 2001 From: Bastian Rinsche Date: Sat, 31 Dec 2016 23:39:13 +0100 Subject: [PATCH] Apply dockerfile updates to raspberry dockerfile --- Dockerfile.rpi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile.rpi b/Dockerfile.rpi index e1aabd6de3aea..e334ffc0b47fa 100644 --- a/Dockerfile.rpi +++ b/Dockerfile.rpi @@ -26,7 +26,8 @@ RUN apk update && \ -s /bin/bash \ -u 1000 \ -G git \ - git + git && \ + echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd ENV USER git ENV GITEA_CUSTOM /data/gitea @@ -38,7 +39,4 @@ ENTRYPOINT ["/usr/bin/entrypoint"] CMD ["/bin/s6-svscan", "/etc/s6"] COPY docker / - -COPY public /app/gitea/public -COPY templates /app/gitea/templates COPY gitea /app/gitea/gitea