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/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/base_sdc-cqlsh/Dockerfile b/base_sdc-cqlsh/Dockerfile
index 9595764..7cc7566 100644
--- a/base_sdc-cqlsh/Dockerfile
+++ b/base_sdc-cqlsh/Dockerfile
@@ -1,7 +1,6 @@
FROM openjdk:8-jdk-alpine
RUN apk add --no-cache py-pip && \
- echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
pip install cqlsh==4.0.1 && \
set -ex && \
pip install cqlsh && \