diff --git a/install-dependencies.sh b/install-dependencies.sh index 810a6161ed..e797d9a201 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -75,6 +75,7 @@ fedora_packages=( util-linux ethtool hwloc + glibc-langpack-en ) centos_packages=( diff --git a/tools/toolchain/Dockerfile b/tools/toolchain/Dockerfile index 06da2e6213..e1a5303bd9 100644 --- a/tools/toolchain/Dockerfile +++ b/tools/toolchain/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:30 +FROM fedora:31 ADD ./install-dependencies.sh ./ ADD ./seastar/install-dependencies.sh ./seastar/ ADD ./tools/toolchain/system-auth ./ diff --git a/tools/toolchain/image b/tools/toolchain/image index aa468e0993..faf6653b45 100644 --- a/tools/toolchain/image +++ b/tools/toolchain/image @@ -1 +1 @@ -docker.io/scylladb/scylla-toolchain:fedora-30-20191022 +docker.io/scylladb/scylla-toolchain:fedora-31-20191119