From ee962f9afa83d771be8fbabd8a665c7b194fae7e Mon Sep 17 00:00:00 2001 From: ru2saig <42857541+ru2saig@users.noreply.github.com> Date: Mon, 23 May 2022 00:49:08 +0530 Subject: [PATCH] Updated install link for node-prune --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2928a3a4..8cc788d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ WORKDIR /usr/src/api RUN apk --update --no-cache add curl bash g++ make libpng-dev # install node-prune (https://github.com/tj/node-prune) -RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin +RUN curl -sf https://gobinaries.com/tj/node-prune | sh COPY api/ .