Merge pull request #60 from haiwen/master-oss2

add oss2
This commit is contained in:
zMingGit 2018-05-25 17:40:28 +08:00 committed by GitHub
commit 270b50c868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 && \ RUN curl -sSL -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && \
python /tmp/get-pip.py && \ python /tmp/get-pip.py && \
rm -rf /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 ADD requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt RUN pip install -r /tmp/requirements.txt