Skip to content

Commit

Permalink
Merge pull request #426 from infosiftr/distutils
Browse files Browse the repository at this point in the history
Add missing distutils to fix builds on some architectures
  • Loading branch information
tianon authored Dec 12, 2024
2 parents 980d114 + 371ce7b commit bc00f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN set -eux; \
installCmd='gosu node yarn add "$package" --force'; \
if ! eval "$installCmd"; then \
# 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'; \
virtualPackages='g++ make python3 py3-setuptools'; \
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 ;; \
Expand Down

0 comments on commit bc00f69

Please sign in to comment.