We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc276b7 commit a3c9d4dCopy full SHA for a3c9d4d
Dockerfile
@@ -9,6 +9,9 @@ RUN apk add --no-cache git build-base
9
# Allow for timezone setting in _config.yml
10
RUN apk add --update tzdata
11
12
+# Installing imagemagick and RMagick - required for jekyll_picture_tag
13
+RUN apk add --update pkgconfig imagemagick imagemagick-dev imagemagick-libs
14
+
15
# debug
16
RUN bundle version
17
0 commit comments