adding gitbackup container

This commit is contained in:
2022-08-04 13:02:30 -04:00
parent 76bd47f691
commit 30a15f714d

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories
RUN apk add --no-cache python3 && \
RUN apk add --no-cache python3 git git-lfs && \
python3 -m ensurepip && \
rm -r /usr/lib/python*/ensurepip && \
pip3 install --upgrade pip setuptools && \