Spaces:
Sleeping
Sleeping
GuysRGithub
commited on
Commit
•
6f1dce9
1
Parent(s):
9fbe355
Fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM 3.9.17-alpine3.17
|
2 |
|
3 |
# Set up a new user named "user" with user ID 1000
|
4 |
RUN useradd -m -u 1000 user
|
|
|
1 |
+
FROM python:3.9.17-alpine3.17
|
2 |
|
3 |
# Set up a new user named "user" with user ID 1000
|
4 |
RUN useradd -m -u 1000 user
|