Skip to content

Commit

Permalink
fix: force use of npm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanna_37 committed Dec 8, 2022
1 parent c992176 commit 16c1e65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ RUN apt-get update && apt-get install -y \
nodejs \
&& rm -rf /var/lib/apt/lists/*

# Workaround to upgrade npm to 9 # TODO: Remove when npm is in LTS
RUN npm install -g npm@latest

# Reset parent entrypoint
ENTRYPOINT []

0 comments on commit 16c1e65

Please sign in to comment.