We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9853976 commit 7a1012eCopy full SHA for 7a1012e
centos-stream-9-amd64/Dockerfile
@@ -17,8 +17,8 @@ RUN yum install -y \
17
libtiff-devel \
18
libwebp-devel \
19
make \
20
- meson \
21
nasm \
+ ninja-build \
22
openjpeg2-devel \
23
openssl-devel \
24
sqlite-devel \
@@ -53,6 +53,7 @@ RUN bash -c "python3.10 -m pip install virtualenv \
53
54
COPY depends /depends
55
RUN ln -sf /usr/local/bin/python3.10 /usr/bin/python3
56
+RUN /usr/bin/python3 -m pip install --no-cache-dir meson
57
RUN cd /depends \
58
&& ./install_imagequant.sh \
59
&& ./install_libavif.sh \
0 commit comments