Skip to content

Commit 8499990

Browse files
author
Eric Trenkel
committed
Fix dockerfile
1 parent 397b2c8 commit 8499990

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ WORKDIR /bot
44

55
COPY ./package.json /bot/package.json
66
COPY ./package-lock.json /bot/package-lock.json
7+
8+
RUN apk update
9+
RUN apk add wget python3 build-base
710
RUN npm install
811

912
COPY ./src /bot/src

0 commit comments

Comments
 (0)