Update 'Dockerfile'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-08-09 15:36:27 +00:00
parent 16fff8069b
commit 4578ef6680
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ COPY embed.ipxe /build/
RUN make -j8 bin/undionly.kpxe EMBED=/build/embed.ipxe
RUN make -j8 bin/ipxe.kpxe EMBED=/build/embed.ipxe
RUN make -j8 bin/ipxe.lkrn EMBED=/build/embed.ipxe
RUN make -j8 make bin-x86_64-efi/ipxe.efi EMBED=/build/embed.ipxe
RUN make -j8 bin-x86_64-efi/ipxe.efi EMBED=/build/embed.ipxe
FROM alpine:3.16