mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
adding gitbackup container
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user