1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN curl -fSL "https://github.com/genuinetools/reg/releases/download/v$REG_VERSI
curl -L "https://raw.githubusercontent.com/fbartels/goss/dcgoss-v2/extras/dcgoss/dcgoss -o /usr/local/bin/dcgoss" && \ curl -L "https://raw.githubusercontent.com/fbartels/goss/dcgoss-v2/extras/dcgoss/dcgoss -o /usr/local/bin/dcgoss" && \
curl -fSL "https://github.com/SimonBaeumer/commander/releases/download/v$COMMANDER_VERSION/commander-linux-amd64" -o /usr/local/bin/commander && \ curl -fSL "https://github.com/SimonBaeumer/commander/releases/download/v$COMMANDER_VERSION/commander-linux-amd64" -o /usr/local/bin/commander && \
curl -fSL "https://raw.githubusercontent.com/fbartels/dccommander/master/dccommander" -o /usr/local/bin/dccommander && \ curl -fSL "https://raw.githubusercontent.com/fbartels/dccommander/master/dccommander" -o /usr/local/bin/dccommander && \
pip install yamllint==1.19.0 && \ pip install --no-cache-dir yamllint==1.19.0 && \
npm config set unsafe-perm true && \ npm config set unsafe-perm true && \
npm install -g eclint@2.8.1 && \ npm install -g eclint@2.8.1 && \
chmod a+x /usr/local/bin/* chmod a+x /usr/local/bin/*

View File

@ -36,7 +36,7 @@ RUN apk add --no-cache \
jq \ jq \
openssl \ openssl \
py-pip \ 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 COPY --from=builder-sponge /go/bin/sponge /usr/local/bin