diff --git a/docker/Dockerfile b/docker/Dockerfile index cfa8f4fb2..0ef4c83b1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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