Commit 4a95ee8d3971d17e10c780a2acae7efeab73d368

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

Update xenial

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/azure-pipelines/docker/xenial b/azure-pipelines/docker/xenial
index 9e4d143..3a01037 100644
--- a/azure-pipelines/docker/xenial
+++ b/azure-pipelines/docker/xenial
@@ -65,6 +65,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