From f61f45ad35d6902a48a9bcb15154c185938167f3 Mon Sep 17 00:00:00 2001 From: Emmo00 Date: Tue, 11 Nov 2025 17:40:47 +0100 Subject: [PATCH] ... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9a9565..be5befa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-alpine # Create working directory WORKDIR /opt/app -RUN apk add --no-cache alpine-sdk cmake python3 openssl-dev +RUN apk add --no-cache cmake python3 openssl-dev py3-setuptools # Copy and install dependencies COPY package.json .