Skip to content

Commit bc00f69

Browse files
authored
Merge pull request #426 from infosiftr/distutils
Add missing distutils to fix builds on some architectures
2 parents 980d114 + 371ce7b commit bc00f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN set -eux; \
9696
installCmd='gosu node yarn add "$package" --force'; \
9797
if ! eval "$installCmd"; then \
9898
# 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
99-
virtualPackages='g++ make python3'; \
99+
virtualPackages='g++ make python3 py3-setuptools'; \
100100
case "$package" in \
101101
# TODO sharp@*) virtualPackages="$virtualPackages pkgconf vips-dev"; \
102102
sharp@*) echo >&2 "sorry: libvips 8.12.1 in Alpine 3.15 is not new enough (8.12.2+) for sharp 0.30 😞"; continue ;; \

0 commit comments

Comments
 (0)