Skip to content

Commit

Permalink
Add npm to the install chain
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 11, 2021
1 parent fa2748d commit 250013e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.7.9

RUN apt-get update && apt-get -y install libpq-dev \ npm
RUN apt-get update && apt-get -y install libpq-dev
RUN apt-get install -y nodejs
RUN apt-get install -y npm
RUN pip install --upgrade pip

RUN groupadd --gid 10001 app && \
Expand Down

0 comments on commit 250013e

Please sign in to comment.