From 9bceae4798a33b71ef7c6d2a6d3791e7145b8a3b Mon Sep 17 00:00:00 2001 From: liubo <253620987@qq.com> Date: Thu, 12 Dec 2019 13:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E5=9F=BA=E4=BA=8EPy?= =?UTF-8?q?thon3.7=E7=9A=84Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile37 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile37 b/Dockerfile37 index 0b291b7..d00eeab 100644 --- a/Dockerfile37 +++ b/Dockerfile37 @@ -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 - - - -