Skip to content

Commit dafaa43

Browse files
committed
added missing python-support dependency
1 parent 51355b3 commit dafaa43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cassandra/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ RUN rm /tmp/oracle-license-debconf
2424
RUN apt-get install -y oracle-java8-installer oracle-java8-set-default
2525
RUN apt-get update
2626

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+
2731
RUN echo "deb http://debian.datastax.com/datastax-ddc $CASSANDRA_VERSION main" | tee -a etc/apt/sources.list.d/cassandra.sources.list
2832
RUN curl -L https://debian.datastax.com/debian/repo_key | apt-key add -
2933
RUN apt-get update && apt-get -y install datastax-ddc

0 commit comments

Comments
 (0)