Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM nikolaik/python3.10-nodejs21
|
| 2 |
|
| 3 |
# Update and install required packages
|
| 4 |
RUN apt-get update && apt-get install gcc g++ git make -y
|
|
|
|
| 1 |
+
FROM nikolaik/python-nodejs:python3.10-nodejs21
|
| 2 |
|
| 3 |
# Update and install required packages
|
| 4 |
RUN apt-get update && apt-get install gcc g++ git make -y
|