Fixed copy pasta bug in Dockerfile
This commit is contained in:
parent
eb85bb71e9
commit
b13f8d5345
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue