Skip to content

Commit

Permalink
pipmeson
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 5, 2024
1 parent 3054bad commit f3d9a16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions centos-stream-9-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN yum install -y \
libtiff-devel \
libwebp-devel \
make \
meson \
openjpeg2-devel \
openssl-devel \
python3-devel \
Expand All @@ -41,7 +40,7 @@ RUN bash -c "python3.9 -m pip install virtualenv \
&& python3.9 -m virtualenv --system-site-packages /vpy3 \
&& /vpy3/bin/pip install --upgrade pip \
&& /vpy3/bin/pip install olefile pytest pytest-cov pytest-timeout \
&& /vpy3/bin/pip install numpy --only-binary=:all: || true \
&& /vpy3/bin/pip install meson numpy --only-binary=:all: || true \
&& chown -R pillow:pillow /vpy3"

COPY depends /depends
Expand Down

0 comments on commit f3d9a16

Please # to comment.