From 216eabcbb28ec63fdb62b1d5eebcecb8e06af60a Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Thu, 9 Mar 2023 01:36:03 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20NodeJS=20for=20Docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a346da2..52dd65d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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