Skip to content

Commit

Permalink
fix: well-known protobug types
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Oct 12, 2023
1 parent 2dc5563 commit 97dabd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends build-essential pkg-config libssl-dev lldb protobuf-compiler\
&& apt-get -y install --no-install-recommends build-essential pkg-config libssl-dev lldb protobuf-compiler libprotobuf-dev \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

USER vscode
Expand All @@ -14,4 +14,4 @@ RUN rustup update

RUN rustup component add clippy rustfmt rust-src rust-analysis rls

RUN cargo install cargo-edit cargo-deny cargo-udeps cargo-audit cargo-update
RUN cargo install cargo-edit cargo-deny cargo-machete cargo-audit cargo-update

0 comments on commit 97dabd5

Please sign in to comment.