X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=base_sdc-cqlsh%2FDockerfile;h=f49986ee97f75c8f3fdd188452ea583cdefce7f4;hb=31fdee5939c82febcf3fc47cce74396b9d969ecf;hp=a16552a4dafa8c1681b0ce7dad4d4dee1c2d556a;hpb=e955b965cc06c80489c2366e55bc91f408d3390c;p=sdc%2Fsdc-docker-base.git diff --git a/base_sdc-cqlsh/Dockerfile b/base_sdc-cqlsh/Dockerfile index a16552a..f49986e 100644 --- a/base_sdc-cqlsh/Dockerfile +++ b/base_sdc-cqlsh/Dockerfile @@ -8,12 +8,12 @@ RUN mkdir ~/.cassandra/ && \ USER root RUN apk add --no-cache py-pip && \ - pip install cqlsh==5.0.4 && \ + pip install --no-cache-dir cqlsh==5.0.4 && \ mkdir ~/.cassandra/ && \ echo '[cql]' > ~/.cassandra/cqlshrc && \ echo 'version=3.4.4' >> ~/.cassandra/cqlshrc && \ set -ex && \ - pip install cqlsh && \ + pip install --no-cache-dir cqlsh && \ apk add --no-cache \ bash \ build-base \