diff --git a/test/docker/debian10/install-packages.sh b/test/docker/debian10/install-packages.sh index 20d65569b80..9f9b9c82605 100755 --- a/test/docker/debian10/install-packages.sh +++ b/test/docker/debian10/install-packages.sh @@ -12,11 +12,9 @@ apt-get update apt-get -y upgrade apt-get -y --no-install-recommends install \ - apt-file \ - software-properties-common + apt-file -apt-add-repository contrib -apt-add-repository non-free +sed -i -e 's/ main/ main non-free contrib/' /etc/apt/sources.list apt-get -y --no-install-recommends install \ npm