From aca2c4196a5c66fe82ac86d634147e4289ef446c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 20 Aug 2024 19:36:11 +0200 Subject: [PATCH] ci(Dockerfile): try to install lvm-10 from Ubuntu repositories Signed-off-by: Ettore Di Giacinto --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cabac8af..a9d7b7de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,12 +81,12 @@ RUN apt-get update && \ espeak \ python3-pip \ python-is-python3 \ - python3-dev lsb-release wget software-properties-common gnupg \ + python3-dev llvm-10* \ python3-venv && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \ pip install --upgrade pip -RUN curl -L https://apt.llvm.org/llvm.sh -o llvm.sh && chmod +x llvm.sh && ./llvm.sh 10 + # Install grpcio-tools (the version in 22.04 is too old) RUN pip install --user grpcio-tools