In Runner dockerfile use the same docker base as normal Dockerfile
This commit is contained in:
parent
bfa2cfdc88
commit
57b43e0f31
|
|
@ -1,4 +1,4 @@
|
|||
FROM adoptopenjdk/openjdk16:alpine-jre AS base-core
|
||||
FROM adoptopenjdk/openjdk16:latest AS base-core
|
||||
ENV JAVA_HOME="/usr/lib/jvm/default-jvm/"
|
||||
RUN apk add --update ttf-dejavu
|
||||
ENV PATH=$PATH:${JAVA_HOME}/bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue