Skip to content

Commit

Permalink
chore(docker): install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent ba517e0 commit c2663ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image = "debian:stable"

[build]
pre-build = [
"apt-get -y install apt-transport-https ca-certificates",
"apt-get -y install apt-transport-https ca-certificates curl",
"curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -",
"echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list",
"apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn",
Expand Down

0 comments on commit c2663ee

Please sign in to comment.