From 3e35c4aa66735efe9adf806395fbe8358131bd77 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 29 Jul 2025 17:41:33 +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 f0fc48d..b81e46a 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 8a99b31..febb734 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 \