Spaces:
Sleeping
Sleeping
Commit
·
6818337
1
Parent(s):
6f97e68
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Build the base image
|
| 2 |
-
FROM
|
| 3 |
|
| 4 |
# Create a new user for each instance of the app
|
| 5 |
RUN useradd -m -u $UID user
|
|
|
|
| 1 |
# Build the base image
|
| 2 |
+
FROM python:3.8-slim
|
| 3 |
|
| 4 |
# Create a new user for each instance of the app
|
| 5 |
RUN useradd -m -u $UID user
|