mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 11:35:01 +08:00
📦 Add NodeJS for Docker
This commit is contained in:
parent
8284c60425
commit
8f6bc9747a
10
Dockerfile
10
Dockerfile
@ -1,7 +1,11 @@
|
|||||||
|
# Credits
|
||||||
|
# https://github.com/jw-star
|
||||||
FROM python:3.10.5-slim-buster
|
FROM python:3.10.5-slim-buster
|
||||||
MAINTAINER jwstar (https://hub.docker.com/repository/docker/jwstar/douyin_tiktok_download_api)
|
MAINTAINER evil0ctal (https://hub.docker.com/repository/docker/evil0ctal/douyin_tiktok_download_api/general)
|
||||||
RUN apt-get update && apt-get -y install gcc && apt-get -y install nodejs
|
RUN apt-get update
|
||||||
|
RUN apt-get -y install gcc
|
||||||
|
RUN apt-get -y install nodejs
|
||||||
|
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
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user