We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b7cfe commit 823056bCopy full SHA for 823056b
cassandra/Dockerfile
@@ -24,8 +24,8 @@ RUN rm /tmp/oracle-license-debconf
24
RUN apt-get install -y oracle-java8-installer oracle-java8-set-default
25
RUN apt-get update
26
27
-RUN echo "deb http://debian.datastax.com/datastax-ddc $CASSANDRA_VERSION main" | sudo tee -a etc/apt/sources.list.d/cassandra.sources.list
28
-RUN curl -L https://debian.datastax.com/debian/repo_key | sudo apt-key add -
+RUN echo "deb http://debian.datastax.com/datastax-ddc $CASSANDRA_VERSION main" | tee -a etc/apt/sources.list.d/cassandra.sources.list
+RUN curl -L https://debian.datastax.com/debian/repo_key | apt-key add -
29
RUN apt-get update && apt-get -y install datastax-ddc
30
31
# Copy Cassandra Startup Scripts
0 commit comments