Skip to content

Commit

Permalink
fix base build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Feb 27, 2024
1 parent 0f9715b commit 54fc789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DockerfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 54fc789

Please sign in to comment.