Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -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 - | ... | ... |