Skip to content

Commit

Permalink
Merge pull request #683 from bitzesty/add-filter
Browse files Browse the repository at this point in the history
Remove npm from Dockerfile because conflict versions - nodejs already has npm
  • Loading branch information
saenom authored Apr 18, 2024
2 parents beb4498 + fb15608 commit 65ebc73
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 @@ -7,7 +7,7 @@ WORKDIR /app

RUN apt-get update
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs npm
RUN apt-get install -y nodejs
RUN npm install yarn -g

# ENV SSL_CERT_DIR=/etc/ssl/certs
Expand Down

0 comments on commit 65ebc73

Please sign in to comment.