mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
fix local wheel install
This commit is contained in:
parent
385efc632c
commit
99497680a0
@ -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/* && \
|
||||
|
Loading…
Reference in New Issue
Block a user