chore: remove protoc dep from CI (#26050)

It shouldn't be needed anymore
This commit is contained in:
Nathan Whitaker 2024-10-07 08:11:31 -07:00 committed by GitHub
parent 9a92603a14
commit fc293c68b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 20 deletions

View file

@ -1,9 +1,8 @@
FROM mcr.microsoft.com/vscode/devcontainers/rust:1-bullseye
# Install cmake and protobuf-compiler
# Install cmake
RUN apt-get update \
&& apt-get install -y cmake \
&& apt-get install -y protobuf-compiler \
&& rm -rf /var/lib/apt/lists/*
# Install Deno