Skip to content

Commit

Permalink
Fixed installation of node-prune.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jun 2, 2022
1 parent f4665db commit 7748727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ RUN \

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

# Download the Nginx Proxy Manager package.
echo "Downloading Nginx Proxy Manager package..." && \
Expand Down

0 comments on commit 7748727

Please sign in to comment.