mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
upgrade npm in dev container
This commit is contained in:
parent
e0078f388e
commit
0bef16bb17
@ -22,3 +22,5 @@ RUN pip3 install pylint black
|
|||||||
# Install Node 14
|
# Install Node 14
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
||||||
&& apt-get install -y nodejs
|
&& apt-get install -y nodejs
|
||||||
|
|
||||||
|
RUN npm install -g npm@latest
|
||||||
|
Loading…
Reference in New Issue
Block a user