Skip to content

Commit 6a5b3b9

Browse files
committed
FIX - PR changes to tidy up after ourselves
1 parent f21a829 commit 6a5b3b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jenkins-slaves/jenkins-slave-gradle/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ USER root
77
RUN curl -skL -o /tmp/gradle-bin.zip https://services.gradle.org/distributions/gradle-$GRADLE_VERSION-bin.zip && \
88
mkdir -p /opt/gradle && \
99
unzip -q /tmp/gradle-bin.zip -d /opt/gradle && \
10-
ln -sf /opt/gradle/gradle-$GRADLE_VERSION/bin/gradle /usr/local/bin/gradle
10+
ln -sf /opt/gradle/gradle-$GRADLE_VERSION/bin/gradle /usr/local/bin/gradle && \
11+
rm -f /tmp/gradle-bin.zip
1112

1213
RUN chown -R 1001:0 /opt/gradle && \
1314
chmod -R g+rw /opt/gradle

0 commit comments

Comments
 (0)