Skip to content

Commit

Permalink
Fixing docker file (#4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored May 16, 2024
1 parent fbb8580 commit 4e88883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY --from=ui-builder /quickwit/quickwit-ui/build /quickwit/quickwit-ui/build
WORKDIR /quickwit

RUN echo "Building workspace with feature(s) '$CARGO_FEATURES' and profile '$CARGO_PROFILE'" \
&& ENV RUSTFLAGS="--cfg tokio_unstable" \
&& RUSTFLAGS="--cfg tokio_unstable" \
cargo build \
-p quickwit-cli \
--features $CARGO_FEATURES \
Expand Down

0 comments on commit 4e88883

Please sign in to comment.