diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index 1e0c181e2..ea7f03a7b 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -19,8 +19,8 @@ apt-get -qq install --no-install-recommends -y \ nethogs \ libgl1 \ libglib2.0-0 \ - libgomp1 \ - libusb-1.0.0 + libusb-1.0.0 \ + libgomp1 # memryx detector update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1