From aa5d7e4730eece2190bdb44d3d890759f6773379 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 6 Jul 2026 00:24:11 +0100 Subject: add build dependencies for discord bot in Dockerfile --- 174bg/discord-bot/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/174bg/discord-bot/Dockerfile b/174bg/discord-bot/Dockerfile index 70acf68..5bcc897 100644 --- a/174bg/discord-bot/Dockerfile +++ b/174bg/discord-bot/Dockerfile @@ -1,5 +1,6 @@ FROM node:24-alpine WORKDIR /app +RUN apk add --no-cache git python3 make g++ COPY package*.json ./ RUN npm install COPY . . -- cgit v1.2.3