Problem: abci dependency not processed (#2245)

This commit is contained in:
Ahmed Muawia Khan 2018-04-27 18:54:26 +02:00 committed by Vanshdeep Singh
parent b19465d19a
commit b41c6a6514
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ COPY . /usr/src/app/
WORKDIR /usr/src/app
RUN apt-get -qq update \
&& apt-get -y upgrade \
&& apt-get install -y jq \
&& pip install --no-cache-dir --process-dependency-links . \
&& pip install --no-cache-dir . \
&& apt-get autoremove \
&& apt-get clean