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 a0112a8 commit 7dbc2b8
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 = [
"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",
"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",
"curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg",
"echo 'deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main' | tee /etc/apt/sources.list.d/nodesource.list",
Expand Down

0 comments on commit 7dbc2b8

Please sign in to comment.