Skip to content

Commit 0d82e49

Browse files
authored
Update bionic
1 parent 308fc15 commit 0d82e49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines/docker/bionic

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

42-
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
42+
RUN useradd --shell /bin/bash libgit2
43+
RUN chown --recursive libgit2:libgit2 /home/libgit2
44+
45+
USER libgit2

0 commit comments

Comments
 (0)