Spaces:
Runtime error
Runtime error
Commit
·
a6a48d1
1
Parent(s):
82043bd
Update pip
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ RUN apt install -y software-properties-common
|
|
16 |
RUN add-apt-repository ppa:deadsnakes/ppa
|
17 |
RUN apt-get -y install python3.9
|
18 |
RUN apt-get -y install python3-pip
|
|
|
19 |
|
20 |
RUN useradd -ms /bin/bash admin
|
21 |
USER admin
|
|
|
16 |
RUN add-apt-repository ppa:deadsnakes/ppa
|
17 |
RUN apt-get -y install python3.9
|
18 |
RUN apt-get -y install python3-pip
|
19 |
+
RUN apt install python3.9-distutils
|
20 |
|
21 |
RUN useradd -ms /bin/bash admin
|
22 |
USER admin
|