Commit a32e8b7342aa3b1e2b048e8a9b7b026980bd435a

Authored by Andrii Shvaika
1 parent edb21ae0

Dockerfile fix

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