diff --git a/services/filestore/install_deps.sh b/services/filestore/install_deps.sh index f31d3ee726..1335e9f6c2 100755 --- a/services/filestore/install_deps.sh +++ b/services/filestore/install_deps.sh @@ -4,7 +4,7 @@ set -ex apt-get update -apt-get install ghostscript imagemagick optipng --yes +apt-get install ghostscript imagemagick optipng iproute2 --yes rm -rf /var/lib/apt/lists/*