Skip to content

Commit

Permalink
chore: add clang to Dockerfile (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Dec 27, 2023
1 parent cd73322 commit c2efe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=alpine:3.17

FROM rust:alpine as builder

RUN apk add --no-cache build-base pkgconfig openssl-dev protoc protobuf-dev clang-dev llvm-dev
RUN apk add --no-cache build-base pkgconfig openssl-dev protoc protobuf-dev clang clang-dev clang-libs llvm-dev

WORKDIR /app/client
COPY Cargo.toml ./
Expand Down

0 comments on commit c2efe41

Please sign in to comment.