Use small jre8 docker image for module launcher
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user