Skip to content

Commit afcb14f

Browse files
committed
cirrus: Install fuse-overlayfs
Fixes: podman run -d -v /home:/home:ro -v /var/spool:/var/spool:rw -p 21:21 fedora sleep 1h # ./contrib/cirrus/test.sh:11 in main() Error: configure storage: overlay: can't stat program "/usr/bin/fuse-overlayfs": faccessat /usr/bin/fuse-overlayfs: no such file or directory Signed-off-by: Vit Mojzis <[email protected]>
1 parent 5ed2702 commit afcb14f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/cirrus/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ case "${OS_RELEASE_ID}" in
1111
msg "Installing necessary additional packages"
1212
ooe.sh dnf install -y \
1313
setools-console \
14-
systemd-devel
14+
systemd-devel \
15+
fuse-overlayfs
1516
;;
1617
*) bad_os_id_ver ;;
1718
esac

0 commit comments

Comments
 (0)