Skip to content

Commit

Permalink
GH-1869 Specify npm as standalone package to install
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 1, 2023
1 parent bb11089 commit 03d051d
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 @@ -4,7 +4,8 @@ COPY . /home/reposilite-build
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 nodejs &&\
apt-get install -y npm
RUN \
export GRADLE_OPTS="-Djdk.lang.Process.launchMechanism=vfork" && \
chmod +x gradlew && \
Expand Down

0 comments on commit 03d051d

Please sign in to comment.