Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Updates to make Zookeeper work #3424

Merged
merged 1 commit into from
Dec 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/dist/Dockerfile.dist.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN yum -y install python; yum clean all
RUN yum -y install unzip; yum clean all
RUN yum -y install which; yum clean all
RUN yum -y install curl; yum clean all
RUN yum -y install nmap-ncat; yum clean all
RUN yum -y install python-setuptools; yum clean all
RUN easy_install supervisor
RUN echo_supervisord_conf > /etc/supervisord.conf
Expand Down
Empty file modified docker/dist/scripts/generate-zookeeper-config.sh
100644 → 100755
Empty file.
Empty file modified docker/dist/scripts/install-zookeeper.sh
100644 → 100755
Empty file.
Empty file modified docker/dist/scripts/start-zookeeper.sh
100644 → 100755
Empty file.
Empty file modified docker/dist/scripts/wait-for-zookeeper.sh
100644 → 100755
Empty file.