File tree Expand file tree Collapse file tree
ubuntu-22.04-jammy-amd64-valgrind Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
5656RUN /usr/bin/python3.11 -m pip install meson
5757RUN cd /depends \
5858 && ./install_imagequant.sh \
59+ && ./install_libavif.sh \
5960 && ./install_openjpeg.sh \
6061 && ./install_raqm.sh \
6162 && ./install_webp.sh
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN virtualenv -p /usr/bin/python3.10-dbg --system-site-packages /vpy3 \
4949
5050COPY depends /depends
5151RUN cd /depends \
52+ && ./install_libavif.sh \
5253 && ./install_raqm.sh
5354
5455COPY python.supp /depends
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ RUN virtualenv -p /usr/bin/python3.10 --system-site-packages /vpy3 \
5757
5858COPY depends /depends
5959RUN cd /depends \
60+ && ./install_libavif.sh \
6061 && ./install_raqm.sh
6162
6263ENV FORCE_COLOR=1
You can’t perform that action at this time.
0 commit comments