Update bionic
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