Skip to content

Commit f3cced0

Browse files
committed
fix(devcontainer): add missing dependencies for testing
1 parent 44c0358 commit f3cced0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG RUST_VERSION
66

77
# Install additional packages
88
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
9+
&& apt-get -y install --no-install-recommends protobuf-compiler libprotobuf-dev libclang-dev libzstd-dev make pkg-config libssl-dev
1010

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

0 commit comments

Comments
 (0)