ci: add bindfs and fuse to Fedora CI image

Without `bindfs` and `fusermount`, all tests in
g-file-info-filesystem-readonly.c are skipped.
This commit is contained in:
Will Thompson
2018-11-12 12:44:19 +00:00
parent a2f32f6a11
commit ab892acf11
3 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -e
TAG="registry.gitlab.gnome.org/gnome/glib/master:v9"
TAG="registry.gitlab.gnome.org/gnome/glib/master:v10"
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .