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