Skip to content

Commit

Permalink
chore(docker): split command
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 25, 2023
1 parent 7dbc2b8 commit 2f66e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build]
pre-build = [
"apt-get install apt-transport-https ca-certificates",
"curl -sS 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",
"mkdir -p /etc/apt/keyrings",
Expand Down

0 comments on commit 2f66e77

Please sign in to comment.