From f0b7aefa73c3a3bfea17788b100a476109f045ca Mon Sep 17 00:00:00 2001 From: Shohih Abdul <50512936+DoellBarr@users.noreply.github.com> Date: Fri, 10 Sep 2021 20:07:29 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22faba6..6b324d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.9.7-slim-buster RUN apt-get update && apt-get upgrade -y && \ apt-get install -y nodejs \ npm -RUN apt-get install npm +RUN apt-get install npm -y RUN apt-get install git curl python3-pip ffmpeg -y RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs