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:
parent
62837d0809
commit
24f82964d4
@ -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/*
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user