mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-03-29 16:23:39 -04:00
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…
x
Reference in New Issue
Block a user