新增了基于Python3.7的Dockerfile

pull/496/head
liubo 2019-12-12 13:15:19 +08:00 committed by wenxianping
parent 7ff3ac6d13
commit 9bceae4798
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ RUN wget -c https://npm.taobao.org/mirrors/chromedriver/$CDV/chromedriver_linux
apt-get install -y unzip && \
unzip chromedriver_linux64.zip
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider --no-cache-dir -r requirements.txt
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone