Skip to content

Commit 461c655

Browse files
committed
sudo
1 parent 89e8d1f commit 461c655

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
@@ -24,7 +24,7 @@ ENV JBOSS_HOME /opt/jboss/wildfly
2424

2525
# latest eclipse-temurin docker images have removed curl in favor of wget (https://github.com/adoptium/containers/issues/630)
2626
# but ibm-semeru-runtimes docker images lack wget
27-
RUN apt-get update && apt-get -y install wget
27+
RUN sudo apt-get update && sudo apt-get -y install wget
2828

2929
USER root
3030
RUN echo curl -O -L $DOWNLOAD_URL

0 commit comments

Comments
 (0)