Spaces:
Runtime error
Runtime error
Commit
·
722c332
1
Parent(s):
a6a48d1
Update pip
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +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 |
-
RUN apt install python3.9-distutils
|
20 |
|
21 |
RUN useradd -ms /bin/bash admin
|
22 |
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 -y python3.9-distutils
|
20 |
|
21 |
RUN useradd -ms /bin/bash admin
|
22 |
USER admin
|