Dockerfile fix
This commit is contained in:
parent
90e84b77eb
commit
edb21ae0eb
@ -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 -
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user