Skip to content

Commit

Permalink
Remove cargo edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed May 25, 2022
1 parent 84190a8 commit 60dfafc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-env-as-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN curl https://github.com/watchexec/cargo-watch/releases/download/v7.8.0/cargo
RUN cargo install cornucopia
RUN cargo install diesel_cli --no-default-features --features postgres
RUN cargo install cargo-chef --locked
RUN cargo install cargo-edit --features vendored-openssl


FROM rust:slim
Expand Down Expand Up @@ -84,7 +83,6 @@ USER $USERNAME

COPY --chown=$USERNAME --from=builder /home/cargo-make $CARGO_HOME/bin
COPY --chown=$USERNAME --from=builder /home/cargo-watch $CARGO_HOME/bin
COPY --chown=$USERNAME --from=builder /usr/local/cargo/bin/cargo-edit $CARGO_HOME/bin
COPY --chown=$USERNAME --from=builder /usr/local/cargo/bin/cargo-chef $CARGO_HOME/bin
COPY --chown=$USERNAME --from=builder /usr/local/cargo/bin/cornucopia $CARGO_HOME/bin
COPY --chown=$USERNAME --from=builder /usr/local/cargo/bin/diesel* $CARGO_HOME/bin
Expand Down

0 comments on commit 60dfafc

Please sign in to comment.