This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch unomi-1.5.x in repository https://gitbox.apache.org/repos/asf/unomi.git
commit d65ce6fa7785e84ae8ad9621fe0f9b7c8e7bc200 Author: Serge Huber <[email protected]> AuthorDate: Sat May 16 11:02:22 2020 +0200 Add procps to docker file (cherry picked from commit 97b1ffb2494ccdbd11079d6b800c07f3c964ce3e) --- docker/src/main/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/src/main/docker/Dockerfile b/docker/src/main/docker/Dockerfile index 2d59f6e..76a33a7 100644 --- a/docker/src/main/docker/Dockerfile +++ b/docker/src/main/docker/Dockerfile @@ -27,6 +27,8 @@ ENV UNOMI_ELASTICSEARCH_ADDRESSES=localhost:9200 WORKDIR $UNOMI_HOME +RUN apt-get update && apt-get install -y procps + ADD unomi.tar.gz ./ RUN mv unomi-*/* . \
