docker
This commit is contained in:
parent
61a8143169
commit
e0c8ba1a93
@ -3,9 +3,11 @@ FROM python:3.9
|
|||||||
RUN apt update && apt upgrade -y
|
RUN apt update && apt upgrade -y
|
||||||
RUN apt install python3-pip -y
|
RUN apt install python3-pip -y
|
||||||
RUN apt install ffmpeg -y
|
RUN apt install ffmpeg -y
|
||||||
|
RUN apt-get install npm
|
||||||
|
|
||||||
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
|
||||||
|
RUN npm install -g npm@7.22.0
|
||||||
RUN npm i -g npm
|
RUN npm i -g npm
|
||||||
|
|
||||||
COPY . /py
|
COPY . /py
|
||||||
|
Loading…
Reference in New Issue
Block a user