summaryrefslogtreecommitdiffstats
path: root/samples/services/nginx/docker/subservices/lb/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/services/nginx/docker/subservices/lb/Dockerfile')
-rw-r--r--samples/services/nginx/docker/subservices/lb/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/services/nginx/docker/subservices/lb/Dockerfile b/samples/services/nginx/docker/subservices/lb/Dockerfile
index 3b13631..0cef954 100644
--- a/samples/services/nginx/docker/subservices/lb/Dockerfile
+++ b/samples/services/nginx/docker/subservices/lb/Dockerfile
@@ -20,7 +20,7 @@ RUN \
python-pip \
&& \
# Install required python packages
- python -m pip install grpcio redis jinja2 protobuf
+ python -m pip install grpcio redis jinja2 protobuf psutil
COPY /process /process
COPY /grpc /grpc