Add clang dependency to docker file

This commit is contained in:
Shuocheng Wang 2021-10-18 19:38:42 +08:00 committed by Zongmin.Gu
parent a825499d47
commit 25006ee673
3 changed files with 3 additions and 0 deletions

@ -19,6 +19,7 @@ RUN yum install -y --nogpgcheck \
bzip2 \
boost-devel \
ca-certificates \
clang \
cmake \
curl \
curl-devel \

@ -19,6 +19,7 @@ RUN yum install epel-release -y && \
astyle \
bison \
boost-devel \
clang \
cmake \
createrepo \
curl-devel \

@ -35,6 +35,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
lcov \
libboost-system-dev \
libboost-thread-dev \
libclang-dev \
libcurl4-openssl-dev \
libfuse-dev \
libjsoncpp-dev \