MeowSky49887 commited on
Commit
8dec307
verified
1 Parent(s): ce540e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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