Dockerfile fix

This commit is contained in:
Andrii Shvaika 2020-02-17 19:47:07 +02:00
parent 90e84b77eb
commit edb21ae0eb

View File

@ -17,6 +17,7 @@
FROM thingsboard/openjdk8
RUN apt-get update
RUN apt-get install apt-transport-https ca-certificates
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 wget -qO - https://www.apache.org/dist/cassandra/KEYS | apt-key add -