Removed the "Newline thing"

This commit is contained in:
Alexander Trost
2016-05-08 19:55:33 +02:00
parent 54a72df389
commit d17853f4e8

View File

@@ -15,7 +15,7 @@ ADD custom_zulip_files/ /root/custom_zulip
RUN cp -rf /root/custom_zulip/* /root/zulip && \ RUN cp -rf /root/custom_zulip/* /root/zulip && \
rm -rf /root/custom_zulip && \ rm -rf /root/custom_zulip && \
PUPPET_CLASSES="zulip::dockervoyager" DEPLOYMENT_TYPE="dockervoyager" ADDITIONAL_PACKAGES="python-dev python-six python-pbs" \ PUPPET_CLASSES="zulip::dockervoyager" DEPLOYMENT_TYPE="dockervoyager" ADDITIONAL_PACKAGES="python-dev python-six python-pbs" \
/root/zulip/scripts/setup/install && \ /root/zulip/scripts/setup/install
ADD includes/createZulipAdmin.sh /opt/createZulipAdmin.sh ADD includes/createZulipAdmin.sh /opt/createZulipAdmin.sh