Skip to content

Commit

Permalink
Add sharp module building
Browse files Browse the repository at this point in the history
  • Loading branch information
yosifkit committed Sep 27, 2023
1 parent 1719f39 commit faa67cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ RUN set -eux; \
# must be some non-amd64 architecture pre-built binaries aren't published for, so let's install some build deps and do-it-all-over-again
virtualPackages='g++ make python3'; \
case "$package" in \
# TODO sharp@*) virtualPackages="$virtualPackages pkgconf vips-dev"; \
sharp@*) echo >&2 "sorry: libvips 8.12.1 in Alpine 3.15 is not new enough (8.12.2+) for sharp 0.30 😞"; continue ;; \
sharp@*) virtualPackages="$virtualPackages pkgconf vips-dev"; \
esac; \
virtual=".build-deps-${package%%@*}"; \
apkDel="$apkDel $virtual"; \
Expand Down

0 comments on commit faa67cf

Please sign in to comment.