diff --git a/install/docker/Dockerfile.full b/install/docker/Dockerfile.full index dcffaa6443..c019beca2e 100644 --- a/install/docker/Dockerfile.full +++ b/install/docker/Dockerfile.full @@ -46,11 +46,6 @@ RUN echo "Installing pillow-simd dependencies." RUN apt-get -y install \ libjpeg-dev zlib1g-dev -# plugins support fallback to pillow, but vips is faster. -RUN echo "Installing libvips42." -RUN apt-get -y install \ - libvips42 - # gstreamer native https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c#install-gstreamer-on-ubuntu-or-debian RUN echo "Installing gstreamer." RUN apt-get -y install \ diff --git a/install/docker/template/Dockerfile.full.header b/install/docker/template/Dockerfile.full.header index d6d5a48e93..a92e91a12c 100644 --- a/install/docker/template/Dockerfile.full.header +++ b/install/docker/template/Dockerfile.full.header @@ -43,11 +43,6 @@ RUN echo "Installing pillow-simd dependencies." RUN apt-get -y install \ libjpeg-dev zlib1g-dev -# plugins support fallback to pillow, but vips is faster. -RUN echo "Installing libvips42." -RUN apt-get -y install \ - libvips42 - # gstreamer native https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c#install-gstreamer-on-ubuntu-or-debian RUN echo "Installing gstreamer." RUN apt-get -y install \