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 \ bzip2 \
boost-devel \ boost-devel \
ca-certificates \ ca-certificates \
clang \
cmake \ cmake \
curl \ curl \
curl-devel \ curl-devel \

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

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