Skip to content

Commit

Permalink
CI: add git to container
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 23, 2023
1 parent ed77522 commit 40fb1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 40fb1cc

Please sign in to comment.