# registry.tek.govt.hu/dowerx/java-base FROM alpine:edge ARG VERSION RUN apk --no-cache add openjdk${VERSION} ENTRYPOINT [ "java" ]