diff --git a/ipxe-builder/Dockerfile b/ipxe-builder/Dockerfile index 13a6ea2..87afb67 100644 --- a/ipxe-builder/Dockerfile +++ b/ipxe-builder/Dockerfile @@ -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