Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions amazon-2023-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN yum install -y \
make \
nasm \
openssl-devel \
patch \
python3.11-devel \
python3.11-pip \
python3.11-test \
Expand Down Expand Up @@ -57,7 +56,6 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
RUN /usr/bin/python3.11 -m pip install meson
RUN cd /depends \
&& ./install_imagequant.sh \
&& ./install_libavif.sh \
&& ./install_openjpeg.sh \
&& ./install_raqm.sh \
&& ./install_webp.sh
Expand Down
1 change: 0 additions & 1 deletion centos-stream-10-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN yum install -y \
nasm \
openjpeg2-devel \
openssl-devel \
patch \
python3-devel \
python3-pip \
python3-tkinter \
Expand Down
1 change: 0 additions & 1 deletion centos-stream-9-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN yum install -y \
ninja-build \
openjpeg2-devel \
openssl-devel \
patch \
sqlite-devel \
sudo \
tcl-devel \
Expand Down
1 change: 0 additions & 1 deletion ubuntu-22.04-jammy-amd64-valgrind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ RUN virtualenv -p /usr/bin/python3.10-dbg --system-site-packages /vpy3 \

COPY depends /depends
RUN cd /depends \
&& ./install_libavif.sh \
&& ./install_raqm.sh

COPY python.supp /depends
Expand Down
1 change: 0 additions & 1 deletion ubuntu-22.04-jammy-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ RUN virtualenv -p /usr/bin/python3.10 --system-site-packages /vpy3 \

COPY depends /depends
RUN cd /depends \
&& ./install_libavif.sh \
&& ./install_raqm.sh

ENV FORCE_COLOR=1
Expand Down
Loading