Skip to content

Commit

Permalink
Merge pull request #1 from RickvdStaaij/patch-1
Browse files Browse the repository at this point in the history
Include image compression libraries
  • Loading branch information
eXistenZNL authored May 19, 2017
2 parents 03bafc7 + 7b864e3 commit 0dcb9d2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apk -U --no-cache add \
git \
docker \
make \
automake \
nodejs-current-npm \
php7 \
php7-ctype \
Expand All @@ -25,7 +26,19 @@ RUN apk -U --no-cache add \
php7-simplexml \
php7-zip \
php7-zlib \
&& curl --silent --show-error https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& npm install -g yarn
alpine-sdk \
nasm \
autoconf \
build-base \
zlib \
zlib-dev \
libpng \
libpng-dev \
libwebp \
libwebp-dev \
libjpeg-turbo \
libjpeg-turbo-dev \
&& curl --silent --show-error https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& npm install -g yarn

COPY cache-tool.sh /usr/local/bin/cache-tool

0 comments on commit 0dcb9d2

Please sign in to comment.