diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 9d11df18ed..8dbb21f919 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -148,7 +148,7 @@ By [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographq Rust MSRV incremented to 1.65. -By [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographql/router/pull/2221 +By [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographql/router/pull/2221 and https://github.com/apollographql/router/pull/2240 ## 📚 Documentation ### Create yaml config design guidance ([Issue #2158](https://github.com/apollographql/router/pull/2158)) diff --git a/dockerfiles/diy/dockerfiles/Dockerfile.repo b/dockerfiles/diy/dockerfiles/Dockerfile.repo index 5ec4a2e233..26cbba55e0 100644 --- a/dockerfiles/diy/dockerfiles/Dockerfile.repo +++ b/dockerfiles/diy/dockerfiles/Dockerfile.repo @@ -9,7 +9,8 @@ WORKDIR /usr/src/router RUN apt-get update RUN apt-get -y install \ npm \ - nodejs + nodejs \ + protobuf-compiler # Add rustfmt since build requires it RUN rustup component add rustfmt