Skip to content

Commit

Permalink
Merge pull request #207 from jboss-dockerfiles/revert-206-ignore-cont…
Browse files Browse the repository at this point in the history
…ent-length

Revert "add --ignore-content-length when downloading"
  • Loading branch information
jmesnil committed Sep 17, 2024
2 parents 37e3bb3 + 274ca39 commit 6e7021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ USER root
# Add the WildFly distribution to /opt, and make wildfly the owner of the extracted tar content
# Make sure the distribution is available from a well-known place
RUN cd $HOME \
&& curl --ignore-content-length -L -O https://repository.jboss.org/org/wildfly/wildfly-dist/$WILDFLY_VERSION/wildfly-dist-$WILDFLY_VERSION.tar.gz \
&& curl -L -O https://repository.jboss.org/org/wildfly/wildfly-dist/$WILDFLY_VERSION/wildfly-dist-$WILDFLY_VERSION.tar.gz \
&& sha1sum wildfly-dist-$WILDFLY_VERSION.tar.gz | grep $WILDFLY_SHA1 \
&& tar xf wildfly-dist-$WILDFLY_VERSION.tar.gz \
&& mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME \
Expand Down

0 comments on commit 6e7021f

Please sign in to comment.