Skip to content

Commit

Permalink
cd: correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 30, 2024
1 parent 88f44f4 commit bf8e10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/gen-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ services:
image: debian:bookworm
platform: $platform
command: bash -c "
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile default --default-toolchain stable -y &&
apt-get update &&
apt-get install -y ${dependencies[*]} &&
apt-get install -y curl ${dependencies[*]} &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile default --default-toolchain stable -y &&
cargo build --release --no-default-features --features $features"
working_dir: /build
volumes:
Expand Down

0 comments on commit bf8e10b

Please sign in to comment.