Skip to content

Commit

Permalink
remove unneedet RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Oct 4, 2020
1 parent 733c2c5 commit f6b1d58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ RUN \
curl \
nss \
openjdk11-jre-headless \
tomcat-native

RUN\
tomcat-native && \
echo "export LANG=${LANG}" > /etc/profile.d/locale.sh && \
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && \
sed -i 's,#networkaddress.cache.ttl=-1,networkaddress.cache.ttl=30,' "${JAVA_HOME}/jre/conf/security/java.security" && \
Expand Down

0 comments on commit f6b1d58

Please sign in to comment.