mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
shutup python i know what i'm doing
This commit is contained in:
parent
5229f32497
commit
c323b79d96
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ FROM alpine:latest AS final
|
|||
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||
RUN \
|
||||
apk add py3-pip python3-dev gcc libffi-dev musl-dev openssl-dev pkgconfig duplicity rust cargo git curl && \
|
||||
pip install --upgrade pip && \
|
||||
pip install pydrive2 && \
|
||||
pip install --upgrade pip --break-system-packages && \
|
||||
pip install pydrive2 --break-system-packages && \
|
||||
apk del rust musl-dev libffi-dev gcc python3-dev cargo git pkgconfig openssl-dev
|
||||
|
||||
WORKDIR /usr/lib/duplicity
|
||||
|
|
Loading…
Reference in a new issue