chore: add protobuf-dev to Dockerfile (#170)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2023-12-26 23:03:59 +08:00 committed by GitHub
parent cad8c5d5a0
commit 3bea42079e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
RUN apk add --no-cache build-base pkgconfig openssl-dev protoc protobuf-dev
WORKDIR /app/client
COPY Cargo.toml ./