We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397b2c8 commit 8499990Copy full SHA for 8499990
Dockerfile
@@ -4,6 +4,9 @@ WORKDIR /bot
4
5
COPY ./package.json /bot/package.json
6
COPY ./package-lock.json /bot/package-lock.json
7
+
8
+RUN apk update
9
+RUN apk add wget python3 build-base
10
RUN npm install
11
12
COPY ./src /bot/src
0 commit comments