mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
CI: add git to container
This commit is contained in:
+1
-1
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user