yusufs commited on
Commit
308e455
·
verified ·
1 Parent(s): 6e886c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa
36
  RUN apt-get update
37
 
38
  # Install Python 3.12, pip, and other necessary development tools
39
- RUN apt-get install -y tzdata git python3.12 python3.12-venv python3.12-dev python3.12-full
40
 
41
  RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
42
  RUN python3.12 get-pip.py
 
36
  RUN apt-get update
37
 
38
  # Install Python 3.12, pip, and other necessary development tools
39
+ RUN apt-get install -y tzdata git curl python3.12 python3.12-venv python3.12-dev python3.12-full
40
 
41
  RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
42
  RUN python3.12 get-pip.py