Skip to content

Commit

Permalink
ARROW-8357: [Rust] [DataFusion] Add format dir to dockerfile for CLI
Browse files Browse the repository at this point in the history
Docker image for DataFusion CLI now builds as per the instructions in the repo.

Closes #6860 from andygrove/ARROW-8357

Authored-by: Andy Grove <andygrove73@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
  • Loading branch information
andygrove committed Apr 7, 2020
1 parent 528d71e commit 1d6d367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/datafusion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

FROM rustlang/rust:nightly

COPY format /arrow/format/
COPY rust /arrow/rust/
WORKDIR /arrow/rust/datafusion
RUN cargo install --bin datafusion-cli --path .
Expand Down

0 comments on commit 1d6d367

Please sign in to comment.