Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
added npm
  • Loading branch information
specialunderwear authored Sep 28, 2023
1 parent 1c25682 commit b22a9bb
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 @@ -2,7 +2,7 @@ FROM python:3.11
ENV PYTHONUNBUFFERED 1

RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y nodejs npm

COPY ./requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt
Expand Down

0 comments on commit b22a9bb

Please sign in to comment.