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 \
1616 make \
1717 nasm \
1818 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 \
2423 shadow-utils \
2524 sudo \
2625 tar \
@@ -41,8 +40,8 @@ RUN useradd --uid 1001 pillow
4140ARG PIP_DISABLE_PIP_VERSION_CHECK=1
4241ARG PIP_NO_CACHE_DIR=1
4342
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 \
4645 && /vpy3/bin/pip install --upgrade pip \
4746 && /vpy3/bin/pip install olefile pytest pytest-cov pytest-timeout \
4847 && /vpy3/bin/pip install numpy --only-binary=:all: || true \
@@ -52,7 +51,7 @@ ADD depends /depends
5251RUN wget https://github.com/ninja-build/ninja/releases/download/v1.13.1/ninja-linux.zip \
5352 && unzip ninja-linux.zip \
5453 && mv ninja /usr/bin
55- RUN /usr/bin/python3 -m pip install meson
54+ RUN /usr/bin/python3.11 -m pip install meson
5655RUN cd /depends \
5756 && ./install_imagequant.sh \
5857 && ./install_libavif.sh \
You can’t perform that action at this time.
0 commit comments