Ravi Srinivasan
2019-06-03 b13f8d534565271f78970fd5bee09ff76a687122
Fixed copy pasta bug in Dockerfile
1 files modified
4 ■■■■ changed files
hello-swarm/Dockerfile 4 ●●●● patch | view | raw | blame | history
hello-swarm/Dockerfile
@@ -7,8 +7,8 @@
# 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