From 8b9394454c0c916cee938685989a802ed70ce582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 4 Aug 2022 00:11:55 +0300 Subject: [PATCH] Disable --find-links --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b72f42b..d96b2e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 "