diff --git a/rust/Dockerfile b/rust/Dockerfile index 17f5a47a7054a..4b0c000cf575d 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -40,7 +40,7 @@ RUN apt-get update \ RUN wget https://github.com/google/flatbuffers/archive/v1.11.0.tar.gz \ && tar xzf v1.11.0.tar.gz -WORKDIR flatbuffers-1.11.0 +WORKDIR /flatbuffers-1.11.0 RUN cmake -G "Unix Makefiles" \ && make install