| commit | 62b2ee49c25be96be8cb6ef97224f598ae7094be | [log] [tgz] |
|---|---|---|
| author | lloretgalleg <illoret@indra.es> | Tue Jun 30 11:26:48 2020 +0000 |
| committer | lloretgalleg <illoret@indra.es> | Tue Jun 30 13:36:14 2020 +0000 |
| tree | 6bc3f2c6030651e547b0d5ea3d93bb18463ce9fd | |
| parent | eccc21010cd4aedd32763acee92fd63cf061cfd1 [diff] [blame] |
Adding grpc library Change-Id: I8577bf19b895f543518ff1eacb28aa1c757391b1 Signed-off-by: lloretgalleg <illoret@indra.es>
diff --git a/Dockerfile.local b/Dockerfile.local index a64bf4c..d02aee2 100644 --- a/Dockerfile.local +++ b/Dockerfile.local
@@ -49,6 +49,8 @@ && python3 -m pip install -e /app/common # python3-pymongo python3-yaml pycrypto aiokafka +RUN python3 -m pip install grpcio-tools grpclib + RUN mkdir -p /app/storage/kafka && mkdir -p /app/log