Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Oct 30, 2019
1 parent 43f3e89 commit 80abddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80abddb

Please sign in to comment.