Skip to content
Snippets Groups Projects
Commit db4db6de authored by Jakob Kaiser's avatar Jakob Kaiser
Browse files

fix: centOS package is called `fuse-sshfs` (not `sshfs`)

fixes C/21980

Change-Id: Icf895cb157ef922077373a59a7f74b66e1738242
parent 7b43d946
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,9 @@ From: ${DOCKER_BASE_IMAGE}
sed -i '/^override_install_langs/d' /etc/yum.conf
yum reinstall -y glibc-common
# EPEL is needed for fuse-sshfs and jq
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install \
apr-util \
autoconf \
......@@ -161,7 +164,7 @@ From: ${DOCKER_BASE_IMAGE}
SDL-devel \
socat \
spax \
sshfs \
fuse-sshfs \
strace \
sysvinit-tools \
tar \
......@@ -189,7 +192,6 @@ From: ${DOCKER_BASE_IMAGE}
zlib.i686
# VK introduced jq into build flow
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install jq
# gtest is F9's C++ test framework of choice
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment