From df1bc66f0226573c5fbfd182fa4634453e694742 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 11 Nov 2024 04:36:47 -0800 Subject: [PATCH] Install `libnlopt` as needed for #7574 Signed-off-by: Mihai Maruseac --- docker/02-apt-get-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/02-apt-get-install.sh b/docker/02-apt-get-install.sh index 36adbdd70..dabf342da 100755 --- a/docker/02-apt-get-install.sh +++ b/docker/02-apt-get-install.sh @@ -88,6 +88,7 @@ apt-get install -y \ libmysqlclient-dev \ libncurses-dev \ libnfc-dev \ + libnlopt-cxx-dev \ libnotify-dev \ liboath-dev \ libopenal-dev \