From cd6f5b8f891f6c3d58f076aca21dcfdc252fe032 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 7 Oct 2019 15:40:07 -0500 Subject: [PATCH] Fix apt ref --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5d9fbc6..74d70a5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh -l -apt install update -apt install curl +apt-get update +apt-get install curl curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh nvm install latest npm i