diff --git a/install-build-deps.sh b/install-build-deps.sh index 609a5fd20e..0e0b3badaf 100755 --- a/install-build-deps.sh +++ b/install-build-deps.sh @@ -20,7 +20,7 @@ ubuntu-* | pop-* | linuxmint-* | debian-* | raspbian-*) apt-get install -y cmake gcc g++ apt-get install -y file ;; -fedora-* | amzn-*) +fedora-* | amzn-* | rhel-*) dnf install -y gcc-g++ cmake dnf install -y glibc-static file libstdc++-static diffutils util-linux ;;