Update Dockerfile

This commit is contained in:
Ettore Di Giacinto 2022-10-16 11:43:56 +02:00 committed by GitHub
parent f4a4829eb0
commit 6cafc07e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,8 @@ RUN zypper ref && zypper in -y xfsprogs parted util-linux-systemd e2fsprogs curl
RUN mkdir /config
# Arm image build deps
RUN zypper in -y jq docker git curl gptfdisk kpartx sudo
# Netboot
RUN zypper in -y cdrtools
# ISO build
COPY ./config.yaml /config/manifest.yaml
COPY ./entrypoint.sh /entrypoint.sh