This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 97b1ffb Add procps to docker file
97b1ffb is described below
commit 97b1ffb2494ccdbd11079d6b800c07f3c964ce3e
Author: Serge Huber <[email protected]>
AuthorDate: Sat May 16 11:02:22 2020 +0200
Add procps to docker file
---
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-*/* . \