Skip to content

Commit

Permalink
ci: fix Gentoo container used for testing
Browse files Browse the repository at this point in the history
LaszloGombos authored and aafeijoo-suse committed Jan 19, 2023
1 parent e3e8108 commit 3c16c76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/container/Dockerfile-Gentoo
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ RUN echo 'sys-fs/lvm2 device-mapper-only -thin' > /etc/portage/package.use/lvm2
# workaround for https://bugs.gentoo.org/734022 whereby Gentoo does not support NFS4 with musl
RUN echo 'net-fs/nfs-utils -nfsv4' > /etc/portage/package.use/nfs-utils

RUN echo '>=sys-fs/lvm2-2.03.17-r1 lvm' > /etc/portage/package.use/dmraid

# Install needed packages for the dracut CI container
RUN emerge -qv \
app-arch/cpio \

0 comments on commit 3c16c76

Please sign in to comment.