Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
agatan committed Aug 20, 2019
1 parent 2a98122 commit aaf62e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -22,8 +22,8 @@ RUN apt-get update && \
# Build ImageMagick with WebP support
RUN mkdir -p /tmp/imagemagick && \
cd /tmp/imagemagick && \
apt-get update && \
echo "\ndeb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted" >> /etc/apt/sources.list && \
apt-get update && \
apt-get build-dep -y imagemagick && \
apt-get install -y libwebp-dev devscripts checkinstall && \
curl -L https://launchpad.net/imagemagick/main/${IMAGEMAGICK_VERSION}/+download/ImageMagick-${IMAGEMAGICK_VERSION}.tar.gz > \
Expand Down

0 comments on commit aaf62e0

Please sign in to comment.