Skip to content

Commit

Permalink
Remove npm from Dockerfile because conflict versions - nodejs already…
Browse files Browse the repository at this point in the history
… has npm
  • Loading branch information
saenom committed Apr 18, 2024
1 parent c676950 commit fb15608
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 fb15608

Please sign in to comment.