Skip to content

Commit

Permalink
Merge pull request #11 from Nordix/fix-ipxe-build
Browse files Browse the repository at this point in the history
Fix the image build for ipxe-builder
  • Loading branch information
metal3-io-bot authored May 13, 2024
2 parents 7c70fc3 + 8d77243 commit 5009d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipxe-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM quay.io/centos/centos:stream9

RUN dnf install -y gcc git-core make perl xz-devel python3-setuptools python3-jinja2

COPY buildipxe embed.ipxe.j2 /bin/
COPY buildipxe.sh embed.ipxe.j2 /bin/

CMD /bin/buildipxe.sh

0 comments on commit 5009d2e

Please sign in to comment.