We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21a829 commit 6a5b3b9Copy full SHA for 6a5b3b9
jenkins-slaves/jenkins-slave-gradle/Dockerfile
@@ -7,7 +7,8 @@ USER root
7
RUN curl -skL -o /tmp/gradle-bin.zip https://services.gradle.org/distributions/gradle-$GRADLE_VERSION-bin.zip && \
8
mkdir -p /opt/gradle && \
9
unzip -q /tmp/gradle-bin.zip -d /opt/gradle && \
10
- ln -sf /opt/gradle/gradle-$GRADLE_VERSION/bin/gradle /usr/local/bin/gradle
+ ln -sf /opt/gradle/gradle-$GRADLE_VERSION/bin/gradle /usr/local/bin/gradle && \
11
+ rm -f /tmp/gradle-bin.zip
12
13
RUN chown -R 1001:0 /opt/gradle && \
14
chmod -R g+rw /opt/gradle
0 commit comments