Commit 37c87145 authored by daidekun's avatar daidekun

fixbugs

parent 0a3b351d
...@@ -14,7 +14,8 @@ RUN apt-get install python-pip \ ...@@ -14,7 +14,8 @@ RUN apt-get install python-pip \
python-mysqldb \ python-mysqldb \
libmysqlclient-dev \ libmysqlclient-dev \
python-dev -y python-dev -y
RUN pip install --default-timeout 6000 tornado MySQL-python DBUtils synthesis executor futures
RUN pip install -i http://pypi.douban.com/simple --default-timeout 6000 tornado MySQL-python DBUtils synthesis executor futures -- trusted-host pypi.douban.com
#RUN apt-get remove python-pip -y && apt-get autoremove -y #RUN apt-get remove python-pip -y && apt-get autoremove -y
EXPOSE 80 EXPOSE 80
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment