Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile, add libprotobuf-dev (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v authored Nov 7, 2023
1 parent 2aa954d commit fc17792
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
@@ -1,7 +1,7 @@
FROM rust:slim-buster as builder
RUN apt-get -y update; \
apt-get install -y --no-install-recommends \
libssl-dev make clang-11 g++ llvm protobuf-compiler \
libssl-dev make clang-11 g++ llvm protobuf-compiler libprotobuf-dev \
pkg-config libz-dev zstd git build-essential; \
apt-get autoremove -y; \
apt-get clean; \
Expand Down

0 comments on commit fc17792

Please sign in to comment.