mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 00:04:54 +08:00
📦 Add NodeJS for Docker
This commit is contained in:
parent
33709767df
commit
216eabcbb2
@ -5,6 +5,7 @@ MAINTAINER evil0ctal (https://hub.docker.com/repository/docker/evil0ctal/douyin_
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install gcc
|
RUN apt-get -y install gcc
|
||||||
RUN apt-get -y install nodejs
|
RUN apt-get -y install nodejs
|
||||||
|
RUN apt-get -y install npm
|
||||||
RUN npm install -y md5
|
RUN npm install -y md5
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN pip3 --no-cache-dir install --user -r /app/requirements.txt
|
RUN pip3 --no-cache-dir install --user -r /app/requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user