Skip to content

Commit

Permalink
switched file permissions so that you can use this image with every u…
Browse files Browse the repository at this point in the history
…ser:group
  • Loading branch information
rdmueller authored Apr 21, 2021
1 parent 6a2ad58 commit 1d56d61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN addgroup -S dtcgroup && adduser -S dtcuser -G dtcgroup
RUN echo "add needed tools" && \
apk add --no-cache curl wget zip unzip git bash \
git \
su-exec \
graphviz \
python \
ruby \
Expand Down Expand Up @@ -51,8 +50,8 @@ RUN git clone --depth 1 --branch ng https://github.com/docToolchain/docToolc
umask g+w && \
./gradlew tasks && \
./gradlew dependencies && \
chmod g+s $GRADLE_USER_HOME && \
chmod -R 770 $GRADLE_USER_HOME && \
chmod -R o=u $GRADLE_USER_HOME && \
chmod -R g=u $GRADLE_USER_HOME && \
rm -r $GRADLE_USER_HOME/daemon && \
PATH="/home/dtcuser/docToolchain/bin:${PATH}"

Expand Down

0 comments on commit 1d56d61

Please # to comment.