Commit 80c6b0a2d6ccd430760f68ae06d9a4418c96517e

Edward Thomson 2020-06-07T00:16:57

Update bionic

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/azure-pipelines/docker/bionic b/azure-pipelines/docker/bionic
index 9c34cfd..ee77330 100644
--- a/azure-pipelines/docker/bionic
+++ b/azure-pipelines/docker/bionic
@@ -40,6 +40,7 @@ RUN chmod a+x /usr/local/bin/entrypoint.sh
 RUN mkdir /var/run/sshd
 
 RUN useradd --shell /bin/bash libgit2
+RUN mkdir /home/libgit2
 RUN chown --recursive libgit2:libgit2 /home/libgit2
 
 USER libgit2