add pip3 to the dockerfile

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

View file

@ -1,6 +1,7 @@
FROM restic/restic:0.17.3
RUN apk update && apk add python3 \
py3-pip \
dcron \
mariadb-client \
postgresql-client \