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