Update Dockerfile

This commit is contained in:
Shohih Abdul 2021-09-10 20:07:29 +07:00 committed by GitHub
parent 2ea66d9a0b
commit f0b7aefa73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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