diff --git a/Dockerfile b/Dockerfile index ad48d52cd..948f79a24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN mkdir -p /opt/phantomjs \ # install requirements -RUN pip install --egg 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.5.zip#md5=ce4a24cb1746c1c8f6189a97087f21c1' +RUN pip install 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.5.zip#md5=ce4a24cb1746c1c8f6189a97087f21c1' COPY requirements.txt /opt/pyspider/requirements.txt RUN pip install -r /opt/pyspider/requirements.txt