diff --git a/Dockerfile b/Dockerfile index 81eb5e7..7c8ed77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM tomcat:8.0 +RUN apt-get update -y && apt-get install --no-install-recommends -y -q git RUN mkdir /src RUN mkdir /data RUN ln -s /data /var/opengrok