HBASE-25438 Update create-release mvn in Dockerfile; its 3.6.0; make … (#2807)

Addendum. Missing -L on added curl.
This commit is contained in:
stack 2021-01-05 19:39:39 -08:00
parent 90ff550000
commit a5eb8f1f70
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ RUN mkdir -p /opt/maven \
# Install Apache Yetus
ENV YETUS_VERSION 0.12.0
RUN curl "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=/yetus/${YETUS_VERSION}/apache-yetus-${YETUS_VERSION}-bin.tar.gz" | \
RUN curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=/yetus/${YETUS_VERSION}/apache-yetus-${YETUS_VERSION}-bin.tar.gz" | \
tar xvz -C /opt
ENV YETUS_HOME /opt/apache-yetus-${YETUS_VERSION}