Skip to content

Commit

Permalink
GH-1869 Replace npmjs.com/install.sh script url with GitHub link to…
Browse files Browse the repository at this point in the history
… `install.sh`
  • Loading branch information
dzikoysk committed Jul 1, 2023
1 parent 5dd07e9 commit 5f2cc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /home/reposilite-build
RUN apt-get update; apt-get install -y curl \
&& curl -sL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs \
&& curl -L https://www.npmjs.com/install.sh | sh
&& curl -L https://raw.githubusercontent.com/npm/npm-install-script/main/install.sh | sh
RUN \
export GRADLE_OPTS="-Djdk.lang.Process.launchMechanism=vfork" && \
chmod +x gradlew && \
Expand Down

0 comments on commit 5f2cc2c

Please sign in to comment.