add PIP_BREAK_SYSTEM_PACKAGES env
This commit is contained in:
parent
6687fcf5f1
commit
cd8b90a111
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue