Skip to content

Commit a09a3dc

Browse files
memorionlunny
authored andcommitted
Apply dockerfile updates to raspberry dockerfile (#548)
1 parent dc50c78 commit a09a3dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile.rpi

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN apk update && \
2626
-s /bin/bash \
2727
-u 1000 \
2828
-G git \
29-
git
29+
git && \
30+
echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd
3031

3132
ENV USER git
3233
ENV GITEA_CUSTOM /data/gitea
@@ -38,7 +39,4 @@ ENTRYPOINT ["/usr/bin/entrypoint"]
3839
CMD ["/bin/s6-svscan", "/etc/s6"]
3940

4041
COPY docker /
41-
42-
COPY public /app/gitea/public
43-
COPY templates /app/gitea/templates
4442
COPY gitea /app/gitea/gitea

0 commit comments

Comments
 (0)