From 6687fcf5f1f2243f7ce540b80c7b45fcb753cfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krawczyk?= Date: Fri, 14 Mar 2025 17:08:27 +0100 Subject: [PATCH] add pip3 to the dockerfile --- src/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dockerfile b/src/Dockerfile index 0966e47..59e724c 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,6 +1,7 @@ FROM restic/restic:0.17.3 RUN apk update && apk add python3 \ + py3-pip \ dcron \ mariadb-client \ postgresql-client \