mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
pass --no-cache-dir to pip install (#340)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ RUN apk add --no-cache \
|
||||
jq \
|
||||
openssl \
|
||||
py-pip \
|
||||
&& pip install yq==2.7.2
|
||||
&& pip install --no-cache-dir yq==2.7.2
|
||||
|
||||
COPY --from=builder-sponge /go/bin/sponge /usr/local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user