Skip to content

Commit a3c9d4d

Browse files
authored
feat: update Dockerfile on ImageMagick (#3)
Installing ImageMagick to support image manipulation. Required by [jekyll_picture_tag](https://github.com/rbuchberger/jekyll_picture_tag).
1 parent fc276b7 commit a3c9d4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ RUN apk add --no-cache git build-base
99
# Allow for timezone setting in _config.yml
1010
RUN apk add --update tzdata
1111

12+
# Installing imagemagick and RMagick - required for jekyll_picture_tag
13+
RUN apk add --update pkgconfig imagemagick imagemagick-dev imagemagick-libs
14+
1215
# debug
1316
RUN bundle version
1417

0 commit comments

Comments
 (0)