Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
# Use a specific version of the node image as a base
|
2 |
FROM node:16-alpine
|
3 |
|
4 |
-
# Install OpenJDK (Java), Python 3, pip, and g++
|
5 |
RUN apk add --no-cache openjdk11 python3 py3-pip g++
|
6 |
|
7 |
# Set working directory
|
|
|
1 |
# Use a specific version of the node image as a base
|
2 |
FROM node:16-alpine
|
3 |
|
|
|
4 |
RUN apk add --no-cache openjdk11 python3 py3-pip g++
|
5 |
|
6 |
# Set working directory
|