Install fonts

This commit is contained in:
y2kboy23
2023-01-21 19:57:08 +00:00
parent 3da4369c96
commit bc43249bba

View File

@ -13,7 +13,7 @@ RUN add-pkg --virtual build-base gettext tar bzip2 apache-ant openjdk17 \
FROM jlesage/baseimage:alpine-3.15-glibc
ENV APP_HOME="/i2p"
RUN add-pkg openjdk17-jre
RUN add-pkg openjdk17-jre ttf-dejavu
WORKDIR ${APP_HOME}
COPY --from=builder /tmp/build/pkg-temp .