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 51355b3 commit dafaa43Copy full SHA for dafaa43
cassandra/Dockerfile
@@ -24,6 +24,10 @@ 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
+#Instal missing python-support
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
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
0 commit comments