add missing heredoc start
This commit is contained in:
parent
b94c1e5253
commit
5303012920
|
@ -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
|
||||
|
|
Reference in New Issue