Simple patch to allow s390x images to be built

Needs integration with CI and s390x machine integration

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2017-09-18 16:30:32 -07:00 committed by Joffrey F
parent 1da5b54d75
commit 53928a17c0
1 changed files with 6 additions and 0 deletions

6
Dockerfile.s390x Normal file
View File

@ -0,0 +1,6 @@
FROM s390x/python:3.6.2-slim
ARG COMPOSE_VERSION=1.16.1
RUN pip install --no-cache-dir docker-compose==$COMPOSE_VERSION
ENTRYPOINT ["docker-compose"]