We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 980d114 + 371ce7b commit bc00f69Copy full SHA for bc00f69
5/alpine/Dockerfile
@@ -96,7 +96,7 @@ RUN set -eux; \
96
installCmd='gosu node yarn add "$package" --force'; \
97
if ! eval "$installCmd"; then \
98
# 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'; \
+ virtualPackages='g++ make python3 py3-setuptools'; \
100
case "$package" in \
101
# TODO sharp@*) virtualPackages="$virtualPackages pkgconf vips-dev"; \
102
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