Skip to content

Commit

Permalink
HBASE-25438 Update create-release mvn in Dockerfile; its 3.6.0; make … (
Browse files Browse the repository at this point in the history
#2807)

Addendum. Missing -L on added curl.
  • Loading branch information
saintstack committed Jan 6, 2021
1 parent 90ff550 commit a5eb8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/create-release/hbase-rm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit a5eb8f1

Please sign in to comment.