E-Hospital commited on
Commit
43b7ab8
·
1 Parent(s): 6a81bec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -7
Dockerfile CHANGED
@@ -10,13 +10,7 @@ RUN apt install software-properties-common -y
10
 
11
  RUN add-apt-repository ppa:deadsnakes/ppa
12
 
13
- RUN apt install -y python3.10 python3.10-distutils
14
-
15
- RUN curl -sS https://bootstrap.pypa.io/get-pip.py -o get-pip.py
16
-
17
- RUN python3.10 get-pip.py
18
-
19
- RUN ln -s /usr/local/bin/pip3.10 /usr/local/bin/pip
20
 
21
  RUN apt-get install -y git-all
22
 
 
10
 
11
  RUN add-apt-repository ppa:deadsnakes/ppa
12
 
13
+ RUN apt install -y python3.10 python3.10-distutils python3-pip
 
 
 
 
 
 
14
 
15
  RUN apt-get install -y git-all
16