From 44b520baf4e05e24e917d344fcace0866b495a88 Mon Sep 17 00:00:00 2001 From: root <517046497@qq.com> Date: Fri, 25 May 2018 17:38:41 +0800 Subject: [PATCH] add oss2 --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index a6e5729..46bc902 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get install -y python2.7-dev python-imaging python-ldap python-mysqldb RUN curl -sSL -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && \ python /tmp/get-pip.py && \ rm -rf /tmp/get-pip.py && \ - pip install -U wheel + pip install -U wheel && pip install oss2 ADD requirements.txt /tmp/requirements.txt RUN pip install -r /tmp/requirements.txt