Skip to content

Commit

Permalink
docker: remove libvips
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 26, 2023
1 parent b9ee886 commit 11b6963
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions install/docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 0 additions & 5 deletions install/docker/template/Dockerfile.full.header
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 11b6963

Please sign in to comment.