From 2f66e773e76a7215d2500d5353c12f84f4840c51 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Wed, 25 Oct 2023 16:26:54 -0400 Subject: [PATCH] chore(docker): split command --- Cross.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cross.toml b/Cross.toml index 268057df9..70eb6b41a 100644 --- a/Cross.toml +++ b/Cross.toml @@ -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",