Skip to content

Commit c2ac139

Browse files
authored
Update xenial
1 parent 0d82e49 commit c2ac139

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines/docker/xenial

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
6464
RUN chmod a+x /usr/local/bin/entrypoint.sh
6565
RUN mkdir /var/run/sshd
6666

67-
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
67+
RUN useradd --shell /bin/bash libgit2
68+
RUN chown --recursive libgit2:libgit2 /home/libgit2
69+
70+
USER libgit2

0 commit comments

Comments
 (0)