From e0c8ba1a93a6cfbfc872d4776d9e0867d7523cf5 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 10 Sep 2021 13:24:13 +0700 Subject: [PATCH] docker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c4c34bd..1b7ad41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,11 @@ FROM python:3.9 RUN apt update && apt upgrade -y RUN apt install python3-pip -y RUN apt install ffmpeg -y +RUN apt-get install npm RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs +RUN npm install -g npm@7.22.0 RUN npm i -g npm COPY . /py