Skip to content

Commit

Permalink
Adds vips-tools. (#336)
Browse files Browse the repository at this point in the history
This is required by jekyll_picture_tag

Thanks!

btw, you can use https://docs.alpinelinux.org/user-handbook/0.1a/Working/apk.html#_virtuals ;)
  • Loading branch information
pierreozoux authored Apr 20, 2022
1 parent 874811f commit fb89299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/jekyll/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ RUN apk --no-cache add \
yaml-dev \
zlib-dev \
vips-dev \
vips-tools \
sqlite-dev \
cmake

Expand Down Expand Up @@ -168,6 +169,7 @@ RUN adduser -Su 1000 -G \
zlib-dev \
libffi-dev \
vips-dev \
vips-tools \
cmake
<% end %>

Expand Down

0 comments on commit fb89299

Please sign in to comment.