aboutsummaryrefslogtreecommitdiff
path: root/174bg/discord-bot
diff options
context:
space:
mode:
Diffstat (limited to '174bg/discord-bot')
-rw-r--r--174bg/discord-bot/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 . .