Skip to content

Commit

Permalink
usr/lib instead of usr/local/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Mar 22, 2016
1 parent 7b89805 commit 9429aea
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 @@ -10,7 +10,7 @@ RUN \
RUN pip install --no-cache-dir pyaml

COPY bin /bin
COPY compose_format /usr/local/lib/python3.5/site-packages/compose_format
COPY compose_format /usr/lib/python3.5/site-packages/compose_format
COPY ["features/*.feature", "Dockerfile", "README.md", "/"]

RUN chmod +x /bin/compose_format
Expand Down

0 comments on commit 9429aea

Please sign in to comment.