浏览代码

Simple patch to allow s390x images to be built
Needs integration with CI and s390x machine integration

Signed-off-by: French Ben <[email protected]>

French Ben 8 年之前
父节点
当前提交
4bc9d9dbaf
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Dockerfile.s390x

+ 6 - 0
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"]