Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller authored Jul 18, 2024
1 parent b0c1d37 commit 089835c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -57,4 +58,4 @@ WORKDIR /project

VOLUME /project

ENTRYPOINT /bin/bash
ENTRYPOINT /bin/bash

0 comments on commit 089835c

Please sign in to comment.