Skip to content

Commit

Permalink
Revert "try to fix PRQL#3336"
Browse files Browse the repository at this point in the history
This reverts commit 9ede849.
  • Loading branch information
eitsupi committed Aug 27, 2023
1 parent 9ede849 commit 7203eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG cargo_crates

RUN <<"EOF"
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall -y --locked --targets "$(uname -m)-unknown-linux-musl" ${cargo_crates}
cargo binstall -y --locked ${cargo_crates}
EOF

USER root

0 comments on commit 7203eb7

Please sign in to comment.