Skip to content

Commit 7a1012e

Browse files
committed
Fixed raqm install on CentOS Stream 9
1 parent 9853976 commit 7a1012e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

centos-stream-9-amd64/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN yum install -y \
1717
libtiff-devel \
1818
libwebp-devel \
1919
make \
20-
meson \
2120
nasm \
21+
ninja-build \
2222
openjpeg2-devel \
2323
openssl-devel \
2424
sqlite-devel \
@@ -53,6 +53,7 @@ RUN bash -c "python3.10 -m pip install virtualenv \
5353

5454
COPY depends /depends
5555
RUN ln -sf /usr/local/bin/python3.10 /usr/bin/python3
56+
RUN /usr/bin/python3 -m pip install --no-cache-dir meson
5657
RUN cd /depends \
5758
&& ./install_imagequant.sh \
5859
&& ./install_libavif.sh \

0 commit comments

Comments
 (0)