enable universal wheels
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
parent
09690e1758
commit
2648af6807
5 changed files with 30 additions and 7 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue