We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e8d1f commit 461c655Copy full SHA for 461c655
smoke-tests/images/servlet/src/wildfly.dockerfile
@@ -24,7 +24,7 @@ ENV JBOSS_HOME /opt/jboss/wildfly
24
25
# latest eclipse-temurin docker images have removed curl in favor of wget (https://github.com/adoptium/containers/issues/630)
26
# but ibm-semeru-runtimes docker images lack wget
27
-RUN apt-get update && apt-get -y install wget
+RUN sudo apt-get update && sudo apt-get -y install wget
28
29
USER root
30
RUN echo curl -O -L $DOWNLOAD_URL
0 commit comments