From 07a6824214ea66e77b2c247554f01bcd26c15ea0 Mon Sep 17 00:00:00 2001 From: Daniel Salzman <daniel.salzman@nic.cz> Date: Thu, 23 Apr 2020 21:02:20 +0200 Subject: [PATCH] scripts: add 'llvm' to debian:latest/Dockerfile - make dist needs it --- scripts/docker/debian:latest/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker/debian:latest/Dockerfile b/scripts/docker/debian:latest/Dockerfile index 5bc4316a49..8d7342061d 100644 --- a/scripts/docker/debian:latest/Dockerfile +++ b/scripts/docker/debian:latest/Dockerfile @@ -24,6 +24,7 @@ RUN apt-get -y install \ libsystemd-dev \ libtool \ liburcu-dev \ + llvm \ locales-all \ osc \ pkg-config \ -- GitLab