Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add protobuf compiler
  • Loading branch information
chevdor committed Oct 4, 2022
commit b114dd06c73b243d3d1af97a315e23e97c3d27d4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY ./templates ${SRTOOL_TEMPLATES}/
RUN apt update && \
apt upgrade -y && \
apt install --no-install-recommends -y \
cmake pkg-config libssl-dev make \
cmake pkg-config libssl-dev make protobuf-compiler \
git clang bsdmainutils ca-certificates curl && \
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 --output /usr/bin/jq && chmod a+x /usr/bin/jq && \
rm -rf /var/lib/apt/lists/* /tmp/* && apt clean
Expand Down