We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67e360 commit d576126Copy full SHA for d576126
Dockerfile
@@ -53,7 +53,7 @@ RUN addgroup \
53
-u 1000 \
54
-G git \
55
git && \
56
- echo "git:$(dd if=/dev/urandom bs=24 count=1 status=none | base64)" | chpasswd
+ echo "git:*" | chpasswd -e
57
58
ENV USER git
59
ENV GITEA_CUSTOM /data/gitea
Dockerfile.rootless
@@ -46,8 +46,7 @@ RUN addgroup \
46
-s /bin/bash \
47
48
49
- git && \
50
+ git
51
52
RUN mkdir -p /var/lib/gitea /etc/gitea
RUN chown git:git /var/lib/gitea /etc/gitea
0 commit comments