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 dafaa43 commit db80ad7Copy full SHA for db80ad7
cassandra/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update
28
RUN wget http://launchpadlibrarian.net/109052632/python-support_1.0.15_all.deb \
29
&& dpkg -i python-support_1.0.15_all.deb \
30
31
-RUN echo "deb http://debian.datastax.com/datastax-ddc $CASSANDRA_VERSION main" | tee -a etc/apt/sources.list.d/cassandra.sources.list
+RUN echo "deb http://debian.datastax.com/datastax-ddc $CASSANDRA_VERSION main" | tee -a /etc/apt/sources.list.d/cassandra.sources.list
32
RUN curl -L https://debian.datastax.com/debian/repo_key | apt-key add -
33
RUN apt-get update && apt-get -y install datastax-ddc
34
0 commit comments