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