Skip to content

Commit

Permalink
remove references to mozjpeg in dockerfile pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner committed Oct 28, 2024
1 parent 15f2a45 commit a424753
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ RUN apt-get update \
swig \
gobject-introspection

RUN cd /usr/local/src \
&& aclocal \
&& autoconf \
&& autoheader \
&& libtoolize \
&& automake --add-missing \
&& ./configure \
&& make \
&& make install

# we must not use any packages which depend directly or indirectly on libjpeg,
# since we want to use our own mozjpeg build
RUN apt-get install -y \
Expand Down

0 comments on commit a424753

Please sign in to comment.