chore: add protobuf-dev to Dockerfile (#170)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
cad8c5d5a0
commit
3bea42079e
|
|
@ -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 ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue