From a6864d4328c5cf5310e32a30f331f8411ef93d04 Mon Sep 17 00:00:00 2001 From: llunaCreixent Date: Thu, 9 Nov 2023 11:44:51 +0100 Subject: [PATCH] Substutite python-dev for python3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f215f2b6..712f1d2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN for i in {1..8}; do mkdir -p "/usr/share/man/man$i"; done # Install postgres-client RUN apt-get update \ - && apt-get install -y git postgresql-client libpq-dev libxml2-dev libxslt-dev python-dev zlib1g-dev + && apt-get install -y git postgresql-client libpq-dev libxml2-dev libxslt-dev python3 zlib1g-dev WORKDIR safe-relay-service