Spaces:
Runtime error
Runtime error
André Catarino
commited on
Commit
·
86255d9
1
Parent(s):
90ac5c0
wip
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.10
|
2 |
# Set up a new user named "user" with user ID 1000
|
3 |
RUN useradd -m -u 1000 user
|
4 |
|
|
|
1 |
+
FROM python:3.10.0-alpine
|
2 |
# Set up a new user named "user" with user ID 1000
|
3 |
RUN useradd -m -u 1000 user
|
4 |
|