Skip to content

Commit 089835c

Browse files
authored
Update Dockerfile
1 parent b0c1d37 commit 089835c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN curl -LO https://github.com/docToolchain/docToolchain/releases/download/${DT
4343
# We should consider a '--no-init' option in the future.
4444
&& cp template_config/Config.groovy . \
4545
&& umask g+w \
46+
&& chmod +x ./gradlew \
4647
&& ./gradlew downloadDependencies \
4748
&& chmod -R o=u $GRADLE_USER_HOME \
4849
&& chmod -R g=u $GRADLE_USER_HOME \
@@ -57,4 +58,4 @@ WORKDIR /project
5758

5859
VOLUME /project
5960

60-
ENTRYPOINT /bin/bash
61+
ENTRYPOINT /bin/bash

0 commit comments

Comments
 (0)