Skip to content

Commit

Permalink
trigger docker build kawhii#44
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Dec 5, 2017
1 parent 3f428f6 commit a39555d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ RUN set -x; \
&& rm zulu$zulu_version-jdk$java_version-linux_x64.tar.gz \
&& ln -s /opt/zulu$zulu_version-jdk$java_version-linux_x64/jre/ /opt/jre-home;

RUN cd / \
&& wget http://www.azulsystems.com/sites/default/files/images/ZuluJCEPolicies.zip \
&& unzip ZuluJCEPolicies.zip \
&& mv -f ZuluJCEPolicies/*.jar /opt/jre-home/lib/security \
&& rm ZuluJCEPolicies.zip;

EXPOSE 8888 8443

Expand Down

0 comments on commit a39555d

Please sign in to comment.