We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308fc15 commit 0d82e49Copy full SHA for 0d82e49
azure-pipelines/docker/bionic
@@ -39,4 +39,7 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
39
RUN chmod a+x /usr/local/bin/entrypoint.sh
40
RUN mkdir /var/run/sshd
41
42
-ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
+RUN useradd --shell /bin/bash libgit2
43
+RUN chown --recursive libgit2:libgit2 /home/libgit2
44
+
45
+USER libgit2
0 commit comments