add PIP_BREAK_SYSTEM_PACKAGES env

This commit is contained in:
Michał Krawczyk 2025-03-14 17:13:52 +01:00
parent 6687fcf5f1
commit cd8b90a111
Signed by: nev
GPG key ID: 1D2DFDA82E9CA311

View file

@ -1,5 +1,7 @@
FROM restic/restic:0.17.3 FROM restic/restic:0.17.3
ENV PIP_BREAK_SYSTEM_PACKAGES 1
RUN apk update && apk add python3 \ RUN apk update && apk add python3 \
py3-pip \ py3-pip \
dcron \ dcron \