From 83ae7e5d0910ffeab8a91031a0215f2e93dd65af Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 7 Oct 2019 15:38:18 -0500 Subject: [PATCH] Install curl --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3054f4e..5d9fbc6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,8 @@ #!/bin/sh -l -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash +apt install update +apt install curl +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh nvm install latest npm i npm i @cloudflare/wrangler -g