Skip to content

Commit 866ad82

Browse files
committed
curl -> wget
1 parent f446d72 commit 866ad82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/servlet/src/wildfly.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN echo curl -O -L $DOWNLOAD_URL
2727
# Add the WildFly distribution to /opt, and make wildfly the owner of the extracted tar content
2828
# Make sure the distribution is available from a well-known place
2929
RUN cd $HOME \
30-
&& curl -O -L $DOWNLOAD_URL \
30+
&& wget $DOWNLOAD_URL \
3131
&& tar xf wildfly-$WILDFLY_VERSION.tar.gz \
3232
&& mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME \
3333
&& rm wildfly-$WILDFLY_VERSION.tar.gz \

0 commit comments

Comments
 (0)