Commit
·
11c9812
1
Parent(s):
2ccd2ae
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -7,8 +7,8 @@ RUN apt-get -y update \
|
|
7 |
|
8 |
RUN add-apt-repository ppa:deadsnakes/ppa \
|
9 |
&& apt-get -y update \
|
10 |
-
&& apt-get -y install python3.
|
11 |
-
&& ln -s /usr/bin/python3.
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
RUN useradd -m -u 1000 user
|
|
|
7 |
|
8 |
RUN add-apt-repository ppa:deadsnakes/ppa \
|
9 |
&& apt-get -y update \
|
10 |
+
&& apt-get -y install python3.10 python3.10-dev python3-pip python3.10-distutils \
|
11 |
+
&& ln -s /usr/bin/python3.10 /usr/bin/python \
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
RUN useradd -m -u 1000 user
|