|
|
@ -17,7 +17,7 @@ RUN apt-get update && apt-get -y install libjpeg-dev libpng-dev libtiff-dev libg
|
|
|
|
|
|
|
|
|
|
|
|
# Additions for webp
|
|
|
|
# Additions for webp
|
|
|
|
RUN cd /tmp && wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz
|
|
|
|
RUN cd /tmp && wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz
|
|
|
|
RUN cd /tmp && tar -xzvf /tmp/libwebp-*
|
|
|
|
RUN cd /tmp && tar -xzf /tmp/libwebp-*
|
|
|
|
RUN cd /tmp/libwebp-1.0.2 && \
|
|
|
|
RUN cd /tmp/libwebp-1.0.2 && \
|
|
|
|
./configure --enable-static --disable-shared && \
|
|
|
|
./configure --enable-static --disable-shared && \
|
|
|
|
make && make install
|
|
|
|
make && make install
|
|
|
|