We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4665db commit 7748727Copy full SHA for 7748727
Dockerfile
@@ -233,7 +233,8 @@ RUN \
233
234
# Install node-prune.
235
echo "Installing node-prune..." && \
236
- curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /tmp/bin && \
+ mkdir /tmp/bin && \
237
+ curl -sfL https://gobinaries.com/tj/node-prune | PREFIX=/tmp/bin sh && \
238
239
# Download the Nginx Proxy Manager package.
240
echo "Downloading Nginx Proxy Manager package..." && \
0 commit comments