From 28a0e1aa7263f854f56788da0523f3caa4f1c9b6 Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 6 Aug 2021 11:25:30 +0300 Subject: [PATCH] add python3 for depensies in pg verison 12 --- 12-2/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/12-2/Dockerfile b/12-2/Dockerfile index cabb0a0..d577d6f 100644 --- a/12-2/Dockerfile +++ b/12-2/Dockerfile @@ -10,6 +10,7 @@ RUN buildDependencies="build-essential \ curl \ git-core \ python \ + python3 \ gpp \ cpp \ pkg-config \