Remove no longer necessary workaround

This commit is contained in:
Dirk Müller 2025-04-22 17:58:10 +02:00
parent 5883bf7549
commit 3adc816d98
No known key found for this signature in database

View File

@ -21,9 +21,6 @@ LABEL com.suse.image-type="application"
LABEL com.suse.release-stage="released"
# endlabelprefix
# Configure Kiwi to use kpartx
RUN echo -e "mapper:\n - part_mapper: kpartx" > /etc/kiwi.yml
# Copy build script into image and make it executable
ADD build-image.sh /usr/bin/build-image
RUN chmod a+x /usr/bin/build-image