From 54fc78926638b2b71cc311cfce03aaee859ff87a Mon Sep 17 00:00:00 2001 From: olehnikolaiev Date: Tue, 27 Feb 2024 15:11:22 +0000 Subject: [PATCH] fix base build --- DockerfileBase | 1 - 1 file changed, 1 deletion(-) diff --git a/DockerfileBase b/DockerfileBase index df7211af..0fd0d05e 100644 --- a/DockerfileBase +++ b/DockerfileBase @@ -59,7 +59,6 @@ RUN apt update && \ yasm flex bison libprocps-dev ccache texinfo \ graphviz doxygen libgnutls28-dev libgcrypt20-dev \ libboost-dev libboost-system-dev libboost-thread-dev lsb-release libsystemd0 && \ - # glibc-tools ln -s /usr/bin/ccache /usr/local/bin/clang && \ ln -s /usr/bin/ccache /usr/local/bin/clang++ && \ ln -s /usr/bin/ccache /usr/local/bin/gcc && \