From 52a846c4a95a8bb5dc167fae21cb7f07d8d5c300 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 27 Feb 2017 23:44:25 +0100 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 079bde1..ca7478a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN \ wget "https://bootstrap.pypa.io/get-pip.py" -O /dev/stdout | python3 && \ apk del build-dependencies -RUN pip install --no-cache-dir pyaml +RUN pip install --no-cache-dir ruamel.yaml COPY bin /bin COPY compose_format /usr/lib/python3.5/site-packages/compose_format