We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d82e49 commit c2ac139Copy full SHA for c2ac139
azure-pipelines/docker/xenial
@@ -64,4 +64,7 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
64
RUN chmod a+x /usr/local/bin/entrypoint.sh
65
RUN mkdir /var/run/sshd
66
67
-ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
+RUN useradd --shell /bin/bash libgit2
68
+RUN chown --recursive libgit2:libgit2 /home/libgit2
69
+
70
+USER libgit2
0 commit comments