File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ RUN yum install -y \
16
16
make \
17
17
nasm \
18
18
openssl-devel \
19
- python3-devel \
20
- python3-pip \
21
- python3-test \
22
- python3-tkinter \
23
- python3-virtualenv \
19
+ python3.11-devel \
20
+ python3.11-pip \
21
+ python3.11-test \
22
+ python3.11-tkinter \
24
23
shadow-utils \
25
24
sudo \
26
25
tar \
@@ -41,8 +40,8 @@ RUN useradd --uid 1001 pillow
41
40
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
42
41
ARG PIP_NO_CACHE_DIR=1
43
42
44
- RUN bash -c "/usr/bin/pip3 install virtualenv \
45
- && /usr/bin/python3 -mvirtualenv -p /usr/bin/python3 --system-site-packages /vpy3 \
43
+ RUN bash -c "/usr/bin/python3.11 -m pip install virtualenv \
44
+ && /usr/bin/python3.11 -mvirtualenv -p /usr/bin/python3.11 --system-site-packages /vpy3 \
46
45
&& /vpy3/bin/pip install --upgrade pip \
47
46
&& /vpy3/bin/pip install olefile pytest pytest-cov pytest-timeout \
48
47
&& /vpy3/bin/pip install numpy --only-binary=:all: || true \
@@ -52,7 +51,7 @@ ADD depends /depends
52
51
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.13.1/ninja-linux.zip \
53
52
&& unzip ninja-linux.zip \
54
53
&& mv ninja /usr/bin
55
- RUN /usr/bin/python3 -m pip install meson
54
+ RUN /usr/bin/python3.11 -m pip install meson
56
55
RUN cd /depends \
57
56
&& ./install_imagequant.sh \
58
57
&& ./install_libavif.sh \
You can’t perform that action at this time.
0 commit comments