Use compatible with JDK 11 Cassandra ver. 4.0
This commit is contained in:
parent
51794534f8
commit
58e2affa2c
@ -21,8 +21,8 @@ RUN apt-get install -y curl nmap procps
|
||||
RUN echo 'deb http://ftp.us.debian.org/debian sid main' | tee --append /etc/apt/sources.list.d/debian.list > /dev/null
|
||||
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ sid-pgdg main' | tee --append /etc/apt/sources.list.d/pgdg.list > /dev/null
|
||||
RUN curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
RUN echo 'deb http://www.apache.org/dist/cassandra/debian 311x main' | tee --append /etc/apt/sources.list.d/cassandra.list > /dev/null
|
||||
RUN curl -L https://www.apache.org/dist/cassandra/KEYS | apt-key add -
|
||||
RUN echo 'deb http://downloads.apache.org/cassandra/debian 40x main' | tee --append /etc/apt/sources.list.d/cassandra.list > /dev/null
|
||||
RUN curl -L https://downloads.apache.org/cassandra/KEYS | apt-key add -
|
||||
ENV PG_MAJOR=11
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y cassandra cassandra-tools postgresql-11
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user