Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
# Use the official Python 3.11.9 image
|
2 |
FROM python:3.11.9
|
3 |
|
4 |
-
# Install some dependencies
|
5 |
-
RUN apt-get update && apt-get install -y jq
|
6 |
-
RUN apt-get update && apt-get install -y tree
|
7 |
-
|
8 |
# Set up a new user named "user" with user ID 1000
|
9 |
RUN useradd -m -u 1000 user
|
10 |
|
|
|
1 |
# Use the official Python 3.11.9 image
|
2 |
FROM python:3.11.9
|
3 |
|
|
|
|
|
|
|
|
|
4 |
# Set up a new user named "user" with user ID 1000
|
5 |
RUN useradd -m -u 1000 user
|
6 |
|