Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM node:16-alpine
|
3 |
|
4 |
# Install OpenJDK (Java)
|
5 |
-
RUN apk add --no-cache python3 py3-pip
|
6 |
|
7 |
# Set working directory
|
8 |
WORKDIR /code
|
|
|
2 |
FROM node:16-alpine
|
3 |
|
4 |
# Install OpenJDK (Java)
|
5 |
+
RUN apk add --no-cache python3 py3-pip g++
|
6 |
|
7 |
# Set working directory
|
8 |
WORKDIR /code
|