We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c1d37 commit 089835cCopy full SHA for 089835c
alpine/Dockerfile
@@ -43,6 +43,7 @@ RUN curl -LO https://github.com/docToolchain/docToolchain/releases/download/${DT
43
# We should consider a '--no-init' option in the future.
44
&& cp template_config/Config.groovy . \
45
&& umask g+w \
46
+ && chmod +x ./gradlew \
47
&& ./gradlew downloadDependencies \
48
&& chmod -R o=u $GRADLE_USER_HOME \
49
&& chmod -R g=u $GRADLE_USER_HOME \
@@ -57,4 +58,4 @@ WORKDIR /project
57
58
59
VOLUME /project
60
-ENTRYPOINT /bin/bash
61
+ENTRYPOINT /bin/bash
0 commit comments