From 52658a0b531495214f1ef53e6f2e39996da58f32 Mon Sep 17 00:00:00 2001 From: czoido Date: Mon, 23 Sep 2024 18:44:19 +0200 Subject: [PATCH] wip --- ci/conan-tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/conan-tests b/ci/conan-tests index 495c9843337..fc6cc2b7e77 100644 --- a/ci/conan-tests +++ b/ci/conan-tests @@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev \ liblzma-dev python3-openssl ca-certificates sudo tar \ software-properties-common \ + autotools-dev automake linux-libc-dev subversion subversion-tools ninja-build \ + gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf unzip \ && rm -rf /var/lib/apt/lists/* RUN useradd -m -s /bin/bash conan && \