Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 29, 2024
1 parent 8b0d741 commit e69e0c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN apt-get update \
golang \
libcurl4 \
libclang-cpp-dev \
libclang-dev \
libclang-rt-dev \
libprotobuf-dev \
libtool \
libyaml-cpp-dev \
Expand All @@ -26,7 +28,7 @@ RUN apt-get update \
COPY --from=xx / /
ARG TARGETPLATFORM

RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-ares-dev libre2-dev libssl-dev libc-dev libmsgpack-dev
RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-ares-dev libre2-dev libssl-dev libc-dev libmsgpack-dev libclang-dev libclang-cpp-dev libclang-rt-dev


### Build base image for alpine
Expand Down

0 comments on commit e69e0c3

Please sign in to comment.