commit
438daebea6
@ -3,7 +3,7 @@ FROM python:3.9.7-slim-buster
|
|||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
apt-get install -y nodejs \
|
apt-get install -y nodejs \
|
||||||
npm
|
npm
|
||||||
RUN apt-get install npm
|
RUN apt-get install npm -y
|
||||||
RUN apt-get install git curl python3-pip ffmpeg -y
|
RUN apt-get install git curl python3-pip ffmpeg -y
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
RUN apt-get install -y nodejs
|
RUN apt-get install -y nodejs
|
||||||
|
Loading…
Reference in New Issue
Block a user