fix fiveman deps

This commit is contained in:
Quaternions 2024-04-24 00:04:52 -07:00
parent 3a167cf686
commit b68d6b4aeb

View File

@ -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" ]