We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c0358 commit f3cced0Copy full SHA for f3cced0
.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ ARG RUST_VERSION
6
7
# Install additional packages
8
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
- && apt-get -y install --no-install-recommends protobuf-compiler libprotobuf-dev libclang-dev libzstd-dev make
+ && apt-get -y install --no-install-recommends protobuf-compiler libprotobuf-dev libclang-dev libzstd-dev make pkg-config libssl-dev
10
11
RUN apt-get install -y gh libgmp3-dev software-properties-common curl git
12
0 commit comments