Add missing imagemagick dependency to Docker image

dockerfile-tweaks
Marcin Kulik 8 years ago
parent 5714656e9d
commit ecdc8a463e

@ -28,6 +28,7 @@ RUN apt-get update && \
autoconf \ autoconf \
build-essential \ build-essential \
git-core \ git-core \
imagemagick \
libfontconfig1 \ libfontconfig1 \
libpq-dev \ libpq-dev \
libtool \ libtool \
@ -46,6 +47,7 @@ RUN apt-get update && \
# autoconf, libtool and pkg-config for libtsm # autoconf, libtool and pkg-config for libtsm
# libfontconfig1 for PhantomJS # libfontconfig1 for PhantomJS
# ttf-bitstream-vera for a2png # ttf-bitstream-vera for a2png
# imagemagick (identify) for PNG generator (Ruby)
# install Bundler # install Bundler

Loading…
Cancel
Save