Skip to content

Commit

Permalink
chore: add clang-dev to Dockerfile (#171)
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 3bea420 commit 9dbef7f
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
RUN apk add --no-cache build-base pkgconfig openssl-dev protoc protobuf-dev clang-dev

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

0 comments on commit 9dbef7f

Please sign in to comment.