Skip to content

Commit be98936

Browse files
committed
libvips: remove redundant dependencies
- `autoconf-archive` is no longer needed by libtiff (this reverts commit e5bdd43). - `libffi-dev` and `libselinux1-dev` is already included via `glib2.0-dev` and not used directly by libvips.
1 parent 869bd63 commit be98936

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/libvips/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y \
19-
autoconf-archive \
2019
automake \
2120
autopoint \
2221
cmake \
@@ -25,9 +24,7 @@ RUN apt-get update && apt-get install -y \
2524
glib2.0-dev \
2625
libbrotli-dev \
2726
libexpat1-dev \
28-
libffi-dev \
2927
libfftw3-dev \
30-
libselinux1-dev \
3128
libtool \
3229
nasm \
3330
python3-pip

0 commit comments

Comments
 (0)