From a05db9dc8be858780d8026c08ecec24f787a0670 Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Wed, 29 Jun 2022 13:34:12 -0700 Subject: [PATCH] fix(docker): fix script url (#308) --- hosted/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosted/Dockerfile b/hosted/Dockerfile index e94710f4d..140142c0f 100644 --- a/hosted/Dockerfile +++ b/hosted/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update && \ apt-get install -y gettext moreutils build-essential libxml2-dev python3-dev python3-pip zlib1g-dev python3-requests python3-aiohttp llvm jq npm git zip curl && \ rm -rf /var/lib/apt/lists/* -RUN curl -sL https://deb.nodesource.com/setup_15.14.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_15.x | bash - RUN apt-get -y install nodejs RUN node -v