Disable --find-links
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-08-04 00:11:55 +03:00
parent 545cada16e
commit 8b9394454c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache gcc make musl-dev linux-headers git \
velebit-useful-logs
FROM python:alpine
COPY --from=build /wheels /wheels
RUN pip3 install --no-index --find-links /wheels/*.whl && rm -Rfv /wheels
RUN pip3 install --no-index /wheels/*.whl && rm -Rfv /wheels
LABEL name="k-space/microservice-base" \
version="rc" \
maintainer="Lauri Võsandi <lauri@k-space.ee>"