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:
parent
90ff550000
commit
a5eb8f1f70
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue