Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghost #18084

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Update ghost #18084

merged 1 commit into from
Dec 12, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@bc00f69: Merge pull request docker-library/ghost#426 from infosiftr/distutils
- docker-library/ghost@371ce7b: Add missing distutils to fix builds on some architectures
Copy link

Diff for bbd2b15:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 11bd735..c3d3457 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -8,5 +8,5 @@ Directory: 5/debian
 
 Tags: 5.104.2-alpine, 5.104-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 980d1147ebcabf88c9279984e7453afb7f2f7f21
+GitCommit: 371ce7bbb480b1e1cf60287325041b4d02b1e30d
 Directory: 5/alpine
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 793a55a..6b31539 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -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 ;; \

Relevant Maintainers:

@tianon tianon merged commit 0c59451 into docker-library:master Dec 12, 2024
7 checks passed
@tianon tianon deleted the ghost branch December 12, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants