make sure we call apt-get update before installing packages
authorgggeek <giunta.gaetano@gmail.com>
Mon, 30 Jan 2023 11:43:00 +0000 (11:43 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 30 Jan 2023 11:43:00 +0000 (11:43 +0000)
tests/ci/setup/install_packages.sh

index 2e465da..4e5c55d 100755 (executable)
@@ -6,6 +6,8 @@ set -e
 
 echo "Installing base software packages..."
 
+apt-get update
+
 DEBIAN_FRONTEND=noninteractive apt-get install -y \
     locales sudo unzip wget