Skip to content

Commit

Permalink
Add missing header package
Browse files Browse the repository at this point in the history
fixes Alpine builds on non-amd64 arches
  • Loading branch information
yosifkit committed Sep 27, 2023
1 parent 1719f39 commit 404e37b
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 @@ -31,7 +31,7 @@ RUN set -eux; \
if ! eval "$installCmd"; then \
virtual='.build-deps-ghost'; \
apkDel="$apkDel $virtual"; \
apk add --no-cache --virtual "$virtual" g++ make python3; \
apk add --no-cache --virtual "$virtual" g++ linux-headers make python3; \
eval "$installCmd"; \
fi; \
\
Expand Down

0 comments on commit 404e37b

Please sign in to comment.