add missing heredoc start

This commit is contained in:
Lance Vick 2024-02-08 12:44:53 -08:00
parent b94c1e5253
commit 5303012920
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ RUN make all
# Phase 7: Generate linux headers
WORKDIR ${HOME}/linux-${LINUX_VERSION}
RUN --network=none
RUN --network=none <<-EOF
set -eux
make ARCH=${TARGET_ARCH} headers
find usr/include -name '.*' -delete