From ae03e821723a44473de6519b9ca5f3353cbf49c6 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 29 Jul 2025 17:42:00 +0100 Subject: [PATCH] Fix node-gyp being the worst piece of software in existence --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1380d91..3f41e5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN \ apk add --no-cache --virtual=build-dependencies \ build-base \ git \ + py3-setuptools \ python3-dev && \ echo "**** install runtime packages ****" && \ apk add --no-cache \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index fa2c276..f4990b9 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -17,6 +17,7 @@ RUN \ apk add --no-cache --virtual=build-dependencies \ build-base \ git \ + py3-setuptools \ python3-dev && \ echo "**** install runtime packages ****" && \ apk add --no-cache \