Skip to content

Commit

Permalink
Add libprotoc-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
amothic committed Feb 1, 2024
1 parent dcb2767 commit ad98a6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dart/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM dart:3.1
FROM dart:3.2
RUN dart pub global activate protoc_plugin
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends protobuf-compiler; \
apt-get install -y --no-install-recommends \
libprotoc-dev \
protobuf-compiler \
; \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/usr/bin/protoc"]

0 comments on commit ad98a6a

Please sign in to comment.