Skip to content

Commit

Permalink
Fix imagemagic package name for modyo-8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
econtrer authored Oct 17, 2017
1 parent 73d8907 commit f6a2bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y nodejs

RUN apt-get dist-upgrade -y
RUN apt-get install ImageMagick -y
RUN apt-get install imagemagick -y
RUN apt-get install libicu-dev -y
RUN apt-get install netcat -y

Expand Down

0 comments on commit f6a2bb6

Please sign in to comment.