Skip to content

Commit

Permalink
useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Jun 25, 2021
1 parent ac05ffa commit 21797ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions rust_thruster_mt_bench/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ WORKDIR /app
COPY rust_thruster_mt_bench /app
COPY proto /app/proto

RUN rustup component add rustfmt --toolchain 1.44.1-x86_64-unknown-linux-gnu

RUN cat Cargo.toml
RUN cargo build --release
RUN cargo build --release
Expand Down
1 change: 0 additions & 1 deletion rust_thruster_st_bench/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ WORKDIR /app
COPY rust_thruster_st_bench /app
COPY proto /app/proto

RUN rustup component add rustfmt --toolchain 1.44.1-x86_64-unknown-linux-gnu
RUN cargo build --release
RUN cargo build --release

Expand Down

0 comments on commit 21797ac

Please sign in to comment.