Commit edb21ae0eba9dae5c46fd27f08d96e0fdc38a2fb

Authored by Andrii Shvaika
1 parent 90e84b77

Dockerfile fix

... ... @@ -17,6 +17,7 @@
17 17 FROM thingsboard/openjdk8
18 18
19 19 RUN apt-get update
  20 +RUN apt-get install apt-transport-https ca-certificates
20 21 RUN apt-get install -y curl nmap procps
21 22 RUN echo 'deb http://www.apache.org/dist/cassandra/debian 311x main' | tee --append /etc/apt/sources.list.d/cassandra.list > /dev/null
22 23 RUN wget -qO - https://www.apache.org/dist/cassandra/KEYS | apt-key add -
... ...