sijie closed pull request #241: Include `nc` command in distributedlog docker
image
URL: https://github.com/apache/distributedlog/pull/241
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 8e6a1f7f..4b66e2ad 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -28,7 +28,7 @@ ENV DL_USER=distributedlog
# install dependencies
RUN set -x \
- && yum install -y wget \
+ && yum install -y wget nc \
&& wget -q https://bootstrap.pypa.io/get-pip.py \
&& python get-pip.py \
&& pip install zk-shell \
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services