Skip to content

Commit

Permalink
explicitely install npm i guess...
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jun 15, 2023
1 parent d6c9718 commit e83eb47
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ FROM python:3.9

WORKDIR /app/

# Misc Dependencies
# -----------------
RUN apt-get update
RUN apt-get install -y build-essential

# Install NodeJS
# --------------
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y build-essential nodejs npm
RUN npm install -g npm@8.5.0

# Install Poetry
Expand Down

0 comments on commit e83eb47

Please sign in to comment.