📦 Add NodeJS for Docker
This commit is contained in:
parent
33709767df
commit
216eabcbb2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue