Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR /test
|
|
4 |
|
5 |
COPY . .
|
6 |
|
7 |
-
RUN
|
8 |
RUN apk add nodejs npm curl p7zip git \
|
9 |
&& npm install pnpm -g
|
10 |
|
|
|
4 |
|
5 |
COPY . .
|
6 |
|
7 |
+
RUN apt install python3-devel python3-pip
|
8 |
RUN apk add nodejs npm curl p7zip git \
|
9 |
&& npm install pnpm -g
|
10 |
|