summaryrefslogtreecommitdiffstats
path: root/base_sdc-cqlsh/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'base_sdc-cqlsh/Dockerfile')
-rw-r--r--base_sdc-cqlsh/Dockerfile4
1 files changed, 2 insertions, 2 deletions
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 \