Skip to content

Commit

Permalink
fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Feb 27, 2017
1 parent 378b6e2 commit 52a846c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52a846c

Please sign in to comment.