Skip to content

Commit

Permalink
rm java
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Dec 9, 2020
1 parent 222bff6 commit 04563ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ COPY --from=cleanup /opt/grouper/ /opt/grouper/
RUN groupadd -r tomcat \
&& useradd -r -m -s /sbin/nologin -g tomcat tomcat \
&& chown -R tomcat:tomcat /opt/tomee \
&& rm -f /etc/alternatives/java \
&& ln -s $JAVA_HOME/bin/java /etc/alternatives/java \
&& mkdir -p /opt/tomee/conf/Catalina/localhost/ \
&& chown -R tomcat:tomcat /opt/grouper \
Expand Down

0 comments on commit 04563ff

Please sign in to comment.