Skip to content

Commit 7748727

Browse files
committed
Fixed installation of node-prune.
1 parent f4665db commit 7748727

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ RUN \
233233

234234
# Install node-prune.
235235
echo "Installing node-prune..." && \
236-
curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /tmp/bin && \
236+
mkdir /tmp/bin && \
237+
curl -sfL https://gobinaries.com/tj/node-prune | PREFIX=/tmp/bin sh && \
237238

238239
# Download the Nginx Proxy Manager package.
239240
echo "Downloading Nginx Proxy Manager package..." && \

0 commit comments

Comments
 (0)