Use small jre8 docker image for module launcher

This commit is contained in:
Mark Pollack
2015-12-18 10:51:42 -05:00
parent 286ba44ff1
commit fb215413e8

View File

@@ -1,4 +1,4 @@
FROM java:8
FROM anapsix/alpine-java:8
VOLUME /tmp
ADD *.jar module-launcher.jar
RUN bash -c 'touch /module-launcher.jar'