add pip3 to the dockerfile
This commit is contained in:
parent
9cdfa152a2
commit
6687fcf5f1
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM restic/restic:0.17.3
|
FROM restic/restic:0.17.3
|
||||||
|
|
||||||
RUN apk update && apk add python3 \
|
RUN apk update && apk add python3 \
|
||||||
|
py3-pip \
|
||||||
dcron \
|
dcron \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
|
|
Loading…
Add table
Reference in a new issue