Skip to content

Commit ef8ec48

Browse files
committed
docker: add make to devcontainer
1 parent 6fbdccf commit ef8ec48

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
9+
&& apt-get -y install --no-install-recommends protobuf-compiler libprotobuf-dev libclang-dev libzstd-dev make
1010

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

0 commit comments

Comments
 (0)