Skip to content

Commit c354509

Browse files
committed
install npm explicitey
1 parent f4aa507 commit c354509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app/
55
# Install NodeJS
66
# --------------
77
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
8-
RUN apt-get install -yq nodejs build-essential
8+
RUN apt-get install -yq nodejs npm build-essential
99
RUN npm install -g npm@8.5.0
1010

1111
# Install Poetry

0 commit comments

Comments
 (0)