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

Skip to content
Snippets Groups Projects
Commit 40fb1cc4 authored by eyedeekay's avatar eyedeekay
Browse files

CI: add git to container

parent ed77522d
No related branches found
No related tags found
No related merge requests found
Pipeline #1173 failed
......@@ -15,7 +15,7 @@ RUN apk add --virtual build-base gettext tar bzip2 apache-ant openjdk17 \
FROM alpine:3.17.1
ENV APP_HOME="/i2p"
RUN apk add openjdk17-jre ttf-dejavu
RUN apk add openjdk17-jre ttf-dejavu git
WORKDIR ${APP_HOME}
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