diff options
author | sunil unnava <sunil.unnava@att.com> | 2018-11-29 15:00:33 -0500 |
---|---|---|
committer | sunil unnava <sunil.unnava@att.com> | 2018-11-29 15:00:49 -0500 |
commit | a4256a3493fee31d78435ed014f78e19fe4e6d18 (patch) | |
tree | 548507768939452fabcf1169d569c9d99c2de49f /src | |
parent | 20b8e4703d352fe530b2ebad244bcec3915b3549 (diff) |
changes to Zookeeper Dockerfile
Issue-ID: DMAAP-888
Change-Id: I3869d60be4bab3ad89553f7499177fc8bb111c4c
Signed-off-by: sunil unnava <sunil.unnava@att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index 95fb3a9..77dcf59 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -50,4 +50,4 @@ RUN set -x \ && ln -s /opt/zookeeper/$ZK_DIST.jar /usr/share/zookeeper/ \ && ln -s /opt/zookeeper/lib/* /usr/share/zookeeper -chmod -R 777 /opt/zookeeper/bin
\ No newline at end of file +RUN chmod -R 777 /opt/zookeeper/bin
\ No newline at end of file |