Skip to content

Commit

Permalink
chore(docker): add https transports before node downloda
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent 4e485c5 commit b0c9e59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
pre-build = [
"apt-get install apt-transport-https ca-certificates",
"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 apt-transport-https ca-certificates libclang-dev pkg-config protobuf-compiler nodejs yarn"
"apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn"
]

0 comments on commit b0c9e59

Please sign in to comment.