This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get -y install git procps curl
17
17
ENV GRADLE_HOME /opt/gradle
18
18
ENV GRADLE_VERSION 5.4
19
19
ARG GRADLE_DOWNLOAD_SHA256=c8c17574245ecee9ed7fe4f6b593b696d1692d1adbfef425bef9b333e3a0e8de
20
- RUN curl -SL --output gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
20
+ RUN curl -sSL --output gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
21
21
&& echo "${GRADLE_DOWNLOAD_SHA256} *gradle.zip" | sha256sum --check - \
22
22
&& unzip gradle.zip \
23
23
&& rm gradle.zip \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN yum install -y git curl procps unzip
16
16
ENV GRADLE_HOME /opt/gradle
17
17
ENV GRADLE_VERSION 5.4
18
18
ARG GRADLE_DOWNLOAD_SHA256=c8c17574245ecee9ed7fe4f6b593b696d1692d1adbfef425bef9b333e3a0e8de
19
- RUN curl -SL --output gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
19
+ RUN curl -sSL --output gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
20
20
&& echo "${GRADLE_DOWNLOAD_SHA256} *gradle.zip" | sha256sum --check - \
21
21
&& unzip gradle.zip \
22
22
&& rm gradle.zip \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get -y install git procps curl
17
17
ENV GRADLE_HOME /opt/gradle
18
18
ENV GRADLE_VERSION 5.4
19
19
ARG GRADLE_DOWNLOAD_SHA256=c8c17574245ecee9ed7fe4f6b593b696d1692d1adbfef425bef9b333e3a0e8de
20
- RUN curl -SL --output gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
20
+ RUN curl -sSL --output gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
21
21
&& echo "${GRADLE_DOWNLOAD_SHA256} *gradle.zip" | sha256sum --check - \
22
22
&& unzip gradle.zip \
23
23
&& rm gradle.zip \
You can’t perform that action at this time.
0 commit comments