Spaces:
Sleeping
Sleeping
otavioLogspace
commited on
Commit
•
de1a882
1
Parent(s):
82e6bf4
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
|