From 5a3a8b049daacae3eae039772ad8c13f82f2f673 Mon Sep 17 00:00:00 2001 From: "xiaochun.liu" Date: Tue, 12 May 2020 09:05:26 +0800 Subject: [PATCH] delete dockerfile zk --- dockerfile/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfile/Dockerfile b/dockerfile/Dockerfile index c48b51e377..999c31ff5f 100644 --- a/dockerfile/Dockerfile +++ b/dockerfile/Dockerfile @@ -74,14 +74,12 @@ RUN chmod +x /root/checkpoint.sh && \ chmod +x /opt/dolphinscheduler/conf/env/dolphinscheduler_env.sh && \ chmod +x /opt/dolphinscheduler/script/*.sh && \ chmod +x /opt/dolphinscheduler/bin/*.sh && \ - chmod +x /opt/zookeeper/bin/*.sh && \ dos2unix /root/checkpoint.sh && \ dos2unix /root/startup-init-conf.sh && \ dos2unix /root/startup.sh && \ dos2unix /opt/dolphinscheduler/conf/env/dolphinscheduler_env.sh && \ dos2unix /opt/dolphinscheduler/script/*.sh && \ dos2unix /opt/dolphinscheduler/bin/*.sh && \ - dos2unix /opt/zookeeper/bin/*.sh && \ rm -rf /bin/sh && \ ln -s /bin/bash /bin/sh && \ mkdir -p /tmp/xls