1
0
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:
Felix Bartels
2020-02-22 10:21:51 +01:00
committed by GitHub
parent 62837d0809
commit 24f82964d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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