Skip to content

Commit

Permalink
update to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller committed Mar 10, 2022
1 parent 8956347 commit 214277a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
RUN git clone --branch ng https://github.com/docToolchain/docToolchain.git && \
cd docToolchain && \
git fetch --tags && \
git checkout v2.0.4 && \
git checkout v2.0.5 && \
git submodule update -i && \
# remove .git folders
rm -rf `find -type d -name .git` && \
umask g+w && \
./gradlew tasks && \
./gradlew dependencies && \
./gradlew generatePDF && \
./gradlew downloadDependencies && \
chmod -R o=u $GRADLE_USER_HOME && \
chmod -R g=u $GRADLE_USER_HOME && \
rm -r $GRADLE_USER_HOME/daemon && \
Expand Down

0 comments on commit 214277a

Please sign in to comment.