Fix for Cassandra Dockerfile
This commit is contained in:
parent
ec4362a8d2
commit
90e84b77eb
@ -19,7 +19,7 @@ FROM thingsboard/openjdk8
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y curl nmap procps
|
RUN apt-get install -y curl nmap procps
|
||||||
RUN echo 'deb http://www.apache.org/dist/cassandra/debian 311x main' | tee --append /etc/apt/sources.list.d/cassandra.list > /dev/null
|
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 https://www.apache.org/dist/cassandra/KEYS | apt-key add -
|
RUN wget -qO - https://www.apache.org/dist/cassandra/KEYS | apt-key add -
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y cassandra cassandra-tools
|
RUN apt-get install -y cassandra cassandra-tools
|
||||||
RUN update-rc.d cassandra disable
|
RUN update-rc.d cassandra disable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user