Skip to content

Commit

Permalink
fix(devcontainer): add missing dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jan 17, 2025
1 parent 44c0358 commit f3cced0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG RUST_VERSION

# Install additional packages
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& 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

RUN apt-get install -y gh libgmp3-dev software-properties-common curl git

Expand Down

0 comments on commit f3cced0

Please sign in to comment.