mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-26 15:11:37 +00:00
Update Dockerfile
This commit is contained in:
parent
f4a4829eb0
commit
6cafc07e65
@ -20,7 +20,8 @@ RUN zypper ref && zypper in -y xfsprogs parted util-linux-systemd e2fsprogs curl
|
|||||||
RUN mkdir /config
|
RUN mkdir /config
|
||||||
# Arm image build deps
|
# Arm image build deps
|
||||||
RUN zypper in -y jq docker git curl gptfdisk kpartx sudo
|
RUN zypper in -y jq docker git curl gptfdisk kpartx sudo
|
||||||
|
# Netboot
|
||||||
|
RUN zypper in -y cdrtools
|
||||||
# ISO build
|
# ISO build
|
||||||
COPY ./config.yaml /config/manifest.yaml
|
COPY ./config.yaml /config/manifest.yaml
|
||||||
COPY ./entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user