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 2592c32 commit d86962dCopy full SHA for d86962d
Dockerfile
@@ -31,7 +31,6 @@ RUN \
31
userdel --remove ubuntu \
32
&& useradd --uid 1000 --shell /bin/sh --user-group weblate --groups root,tty \
33
&& mkdir -p /home/weblate/.ssh \
34
- && touch /home/weblate/.ssh/authorized_keys \
35
&& chown -R weblate:weblate /home/weblate \
36
&& chmod 700 /home/weblate/.ssh \
37
&& install -d -o weblate -g weblate -m 755 /app/data \
0 commit comments