From b68d6b4aeb2b129731724e5c6d15544aad1d3590 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 24 Apr 2024 00:04:52 -0700 Subject: [PATCH] fix fiveman deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65075b1..56f0721 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ COPY ./ /app WORKDIR /app -RUN npm install +RUN apk add --no-cache g++ make python3 && npm install CMD [ "node","bot.js" ] \ No newline at end of file