enable universal wheels

Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
Thomas Grainger 2016-11-22 11:09:56 +00:00
commit 2648af6807
No known key found for this signature in database
GPG key ID: 995EA0A029283160
5 changed files with 30 additions and 7 deletions

View file

@ -7,7 +7,7 @@ RUN apk -U add \
COPY requirements.txt /code/requirements.txt
RUN pip install -r /code/requirements.txt
ADD dist/docker-compose-release.tar.gz /code/docker-compose
ADD dist/docker-compose-release-py2.py3-none-any.whl /code/docker-compose
RUN pip install --no-deps /code/docker-compose/docker-compose-*
ENTRYPOINT ["/usr/bin/docker-compose"]