Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
FROM node:16-alpine
|
2 |
|
3 |
-
# Install necessary dependencies including JDK, Python, pip, and g++
|
4 |
RUN apk add --no-cache openjdk11 python3 py3-pip g++
|
5 |
|
6 |
# Set working directory
|
|
|
1 |
FROM node:16-alpine
|
2 |
|
|
|
3 |
RUN apk add --no-cache openjdk11 python3 py3-pip g++
|
4 |
|
5 |
# Set working directory
|