Carles Pina i Estany dc60927594 Use alpine edge repository to install git 2.35.2
git 2.35.2 has the option directory.safe needed to fix a recent change
2022-04-13 09:29:50 +02:00

8 lines
173 B
Docker

FROM alpine:latest
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main git
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]