Showing
1 changed file
with
1 additions
and
1 deletions
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | FROM thingsboard/openjdk8 | 17 | FROM thingsboard/openjdk8 |
18 | 18 | ||
19 | RUN apt-get update | 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 | RUN apt-get install -y curl nmap procps | 21 | RUN apt-get install -y curl nmap procps |
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 | RUN echo 'deb http://www.apache.org/dist/cassandra/debian 311x main' | tee --append /etc/apt/sources.list.d/cassandra.list > /dev/null |
23 | RUN wget -qO - https://www.apache.org/dist/cassandra/KEYS | apt-key add - | 23 | RUN wget -qO - https://www.apache.org/dist/cassandra/KEYS | apt-key add - |