mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-21 02:09:03 -05:00
In Runner, use apt instead of apk
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM adoptopenjdk/openjdk16:latest AS base-core
|
||||
ENV JAVA_HOME="/usr/lib/jvm/default-jvm/"
|
||||
RUN apk add --update ttf-dejavu
|
||||
RUN apt update && apt install -y ttf-dejavu
|
||||
ENV PATH=$PATH:${JAVA_HOME}/bin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user