diff --git a/alpine/Dockerfile b/alpine/Dockerfile index b8fbfa7..a5e71be 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -43,6 +43,7 @@ RUN curl -LO https://github.com/docToolchain/docToolchain/releases/download/${DT # We should consider a '--no-init' option in the future. && cp template_config/Config.groovy . \ && umask g+w \ + && chmod +x ./gradlew \ && ./gradlew downloadDependencies \ && chmod -R o=u $GRADLE_USER_HOME \ && chmod -R g=u $GRADLE_USER_HOME \ @@ -57,4 +58,4 @@ WORKDIR /project VOLUME /project -ENTRYPOINT /bin/bash \ No newline at end of file +ENTRYPOINT /bin/bash