fix local wheel install

This commit is contained in:
Robert Kaussow 2020-03-22 19:09:11 +01:00
parent 385efc632c
commit 99497680a0
1 changed files with 1 additions and 1 deletions

View File

@ -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/* && \