Skip to content

Commit

Permalink
Fixed copy pasta bug in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rsriniva authored Jun 3, 2019
1 parent eb85bb7 commit b13f8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-swarm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ENV JAVA_OPTIONS -Xmx512m


# Install the Java runtime, create a user for running the app, and set permissions
RUN yum install -y -disableplugin=subscription-manager java-1.8.0-openjdk-headless && \
yum clean all -disableplugin=subscription-manager -y && \
RUN yum install -y --disableplugin=subscription-manager java-1.8.0-openjdk-headless && \
yum clean all --disableplugin=subscription-manager -y && \
useradd wildfly && \
mkdir -p /opt/app-root/bin

Expand Down

0 comments on commit b13f8d5

Please sign in to comment.