Skip to content

Commit

Permalink
feat: update Dockerfile on ImageMagick (#3)
Browse files Browse the repository at this point in the history
Installing ImageMagick to support image manipulation. Required by [jekyll_picture_tag](https://github.com/rbuchberger/jekyll_picture_tag).
  • Loading branch information
lmarti authored Nov 20, 2020
1 parent fc276b7 commit a3c9d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN apk add --no-cache git build-base
# Allow for timezone setting in _config.yml
RUN apk add --update tzdata

# Installing imagemagick and RMagick - required for jekyll_picture_tag
RUN apk add --update pkgconfig imagemagick imagemagick-dev imagemagick-libs

# debug
RUN bundle version

Expand Down

0 comments on commit a3c9d4d

Please sign in to comment.