FROM docker:19.03.1 RUN apk --no-cache add openjdk8 ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk ENTRYPOINT ["docker-entrypoint.sh"] CMD ["sh"]