Skip to content
Snippets Groups Projects
Unverified Commit fb892998 authored by Pierre Ozoux's avatar Pierre Ozoux Committed by GitHub
Browse files

Adds vips-tools. (#336)

This is required by jekyll_picture_tag

Thanks!

btw, you can use https://docs.alpinelinux.org/user-handbook/0.1a/Working/apk.html#_virtuals ;)
parent 874811f0
Branches master
No related tags found
No related merge requests found
...@@ -86,6 +86,7 @@ RUN apk --no-cache add \ ...@@ -86,6 +86,7 @@ RUN apk --no-cache add \
yaml-dev \ yaml-dev \
zlib-dev \ zlib-dev \
vips-dev \ vips-dev \
vips-tools \
sqlite-dev \ sqlite-dev \
cmake cmake
...@@ -168,6 +169,7 @@ RUN adduser -Su 1000 -G \ ...@@ -168,6 +169,7 @@ RUN adduser -Su 1000 -G \
zlib-dev \ zlib-dev \
libffi-dev \ libffi-dev \
vips-dev \ vips-dev \
vips-tools \
cmake cmake
<% end %> <% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment