Commit 94d62eba authored by Mike Danese's avatar Mike Danese

Merge pull request #11706 from pat2man/fix-cassandra

Updated Cassandra Dockerfile to include procps.
parents d397d884 5da58d91
...@@ -12,7 +12,7 @@ RUN gpg --keyserver pgp.mit.edu --recv-keys 0353B12C ...@@ -12,7 +12,7 @@ RUN gpg --keyserver pgp.mit.edu --recv-keys 0353B12C
RUN gpg --export --armor 0353B12C | apt-key add - RUN gpg --export --armor 0353B12C | apt-key add -
RUN apt-get update RUN apt-get update
RUN apt-get -qq -y install cassandra RUN apt-get -qq -y install procps cassandra
COPY cassandra.yaml /etc/cassandra/cassandra.yaml COPY cassandra.yaml /etc/cassandra/cassandra.yaml
COPY run.sh /run.sh COPY run.sh /run.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment