📦 Add NodeJS for Docker

This commit is contained in:
Evil0ctal 2023-03-09 01:36:03 -08:00 committed by GitHub
parent 33709767df
commit 216eabcbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ MAINTAINER evil0ctal (https://hub.docker.com/repository/docker/evil0ctal/douyin_
RUN apt-get update
RUN apt-get -y install gcc
RUN apt-get -y install nodejs
RUN apt-get -y install npm
RUN npm install -y md5
COPY . /app
RUN pip3 --no-cache-dir install --user -r /app/requirements.txt