Skip to content

Commit

Permalink
ci: fix protoc install prefix in Dockerfile (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Jul 25, 2024
1 parent bf4634b commit 71de822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && \
RUN rustup component add rustfmt
# Install build dependency `protoc`.
COPY utils/install-protoc.sh /tmp
RUN CMAKE_INSTALL_PREFIX=/usr/local bash /tmp/install-protoc.sh
RUN PREFIX=/usr/local bash /tmp/install-protoc.sh

# Now for the two-step building.
#
Expand Down

0 comments on commit 71de822

Please sign in to comment.