Skip to content

Commit

Permalink
GH-1869 Install npx
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 1, 2023
1 parent 03d051d commit 63eeb96
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 @@ -5,7 +5,8 @@ WORKDIR /home/reposilite-build
RUN apt-get update; apt-get install -y curl \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &&\
apt-get install -y nodejs &&\
apt-get install -y npm
apt-get install -y npm &&\
npm install -g npx
RUN \
export GRADLE_OPTS="-Djdk.lang.Process.launchMechanism=vfork" && \
chmod +x gradlew && \
Expand Down

0 comments on commit 63eeb96

Please sign in to comment.