Skip to content

Commit cc33cc4

Browse files
committed
fix(devcontainer): add missing gcc
1 parent 2575ae5 commit cc33cc4

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
@@ -4,7 +4,7 @@ ARG RUST_VERSION
44

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

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

0 commit comments

Comments
 (0)