I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit bc43249b authored by y2kboy23's avatar y2kboy23
Browse files

Install fonts

parent 3da4369c
No related branches found
No related tags found
1 merge request!78Install fonts
...@@ -13,7 +13,7 @@ RUN add-pkg --virtual build-base gettext tar bzip2 apache-ant openjdk17 \ ...@@ -13,7 +13,7 @@ RUN add-pkg --virtual build-base gettext tar bzip2 apache-ant openjdk17 \
FROM jlesage/baseimage:alpine-3.15-glibc FROM jlesage/baseimage:alpine-3.15-glibc
ENV APP_HOME="/i2p" ENV APP_HOME="/i2p"
RUN add-pkg openjdk17-jre RUN add-pkg openjdk17-jre ttf-dejavu
WORKDIR ${APP_HOME} WORKDIR ${APP_HOME}
COPY --from=builder /tmp/build/pkg-temp . COPY --from=builder /tmp/build/pkg-temp .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment