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

@@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/glib/master:v9
image: registry.gitlab.gnome.org/gnome/glib/master:v10
stages:
- build

View File

@@ -3,9 +3,11 @@ FROM fedora:27
RUN dnf -y install \
autoconf \
automake \
bindfs \
desktop-file-utils \
elfutils-libelf-devel \
findutils \
fuse \
gamin-devel \
gcc \
gcc-c++ \

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" .