From bcef8b3d3e66898d47ef79fcccda235dacb78149 Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Tue, 25 Jan 2022 01:08:35 +0200 Subject: [PATCH] =?UTF-8?q?node-pre-gyp@0.11.0=20requires=20python3=20to?= =?UTF-8?q?=20build=20now=20=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1fe74eed..c55869e9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \ git \ curl \ build-essential \ + python3 \ python \ libssl-dev \ lrzsz \