Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cprada87 authored Nov 10, 2023
1 parent 7000445 commit e404a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/pelican/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \


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

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

0 comments on commit e404a74

Please sign in to comment.