Skip to content

Commit

Permalink
fix local wheel install
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Mar 22, 2020
1 parent 385efc6 commit 9949768
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 @@ -14,7 +14,7 @@ ADD dist/docker_tidy-*.whl /
RUN \
apk --update add --virtual .build-deps gcc g++ && \
pip install --upgrade --no-cache-dir pip && \
pip install --no-cache-dir --find-links=. docker-tidy && \
pip install --no-cache-dir docker_tidy-*.whl && \
rm -f docker_tidy-*.whl && \
apk del .build-deps && \
rm -rf /var/cache/apk/* && \
Expand Down

0 comments on commit 9949768

Please sign in to comment.