Use lower bound for py3-distlib version 13/70813/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 17 Aug 2020 09:43:18 +0000 (11:43 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 17 Aug 2020 09:53:40 +0000 (11:53 +0200)
Change-Id: I3a97b0cb5fb9c75e7e675370c656325d4c536e8b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 7402873..80be9ee 100644 (file)
@@ -11,7 +11,7 @@ RUN apk --no-cache add --update \
     apk --no-cache add --virtual .build-deps --update \
         python3-dev build-base linux-headers libffi-dev \
         openssl-dev libjpeg-turbo-dev && \
-    apk --no-cache add --update py3-distlib==0.3.1-r0 \
+    apk --no-cache add --update py3-distlib\>=0.3.1 \
         --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
     git init /src/requirements && \
     (cd /src/requirements && \