Skip to content

Commit

Permalink
Added nodejs, npm and pnpm in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
witx98 committed Jan 20, 2025
1 parent 06b9536 commit d0aa2de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ RUN apk --update --no-cache add \
python3 \
py3-pip \
maven \
openjdk8
openjdk8 \
nodejs \
npm && \
npm install -g pnpm

RUN wget https://github.com/logchange/logchange/releases/download/1.15.0/logchange-linuxx64.zip \
&& unzip logchange-linuxx64.zip \
Expand Down

0 comments on commit d0aa2de

Please sign in to comment.