Unverified Commit 0d82e49f by Edward Thomson Committed by GitHub

Update bionic

parent 308fc153
......@@ -39,4 +39,7 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod a+x /usr/local/bin/entrypoint.sh
RUN mkdir /var/run/sshd
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
RUN useradd --shell /bin/bash libgit2
RUN chown --recursive libgit2:libgit2 /home/libgit2
USER libgit2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment