summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile.s390x6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile.s390x b/Dockerfile.s390x
new file mode 100644
index 00000000..aa71e27b
--- /dev/null
+++ b/Dockerfile.s390x
@@ -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"]