Skip to content

Commit

Permalink
Add protobuf to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Aug 24, 2024
1 parent 55c2877 commit 3c4881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ CMD ["cluster"]
FROM rust:slim-bookworm AS arroyo-full
WORKDIR /app
RUN apt-get update && \
apt-get -y install libsasl2-2 ca-certificates curl pkg-config
apt-get -y install libsasl2-2 ca-certificates curl pkg-config protobuf

ENV ARROYO__API__RUN_HTTP_PORT=5115

Expand Down

0 comments on commit 3c4881f

Please sign in to comment.