From d02a0f6f01d5c4a926a2d67190cb55d7aca23b66 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 20 Aug 2024 18:27:10 +0200 Subject: [PATCH] ci: add llvm dependencies Signed-off-by: Ettore Di Giacinto --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5cbbc83..f69ec067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN apt-get update && \ espeak \ python3-pip \ python-is-python3 \ - python3-dev \ + python3-dev lsb_release wget add-apt-repository gpg \ python3-venv && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \