mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 21:13:41 +00:00
Make use of the new --puppet-classes option.
This commit is contained in:
@@ -67,8 +67,8 @@ RUN \
|
||||
mv zulip-server-docker zulip && \
|
||||
cp -rf /root/custom_zulip/* /root/zulip && \
|
||||
rm -rf /root/custom_zulip && \
|
||||
export PUPPET_CLASSES="zulip::profile::docker" && \
|
||||
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" --no-init-db && \
|
||||
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" \
|
||||
--puppet-classes="zulip::profile::docker" && \
|
||||
rm -f /etc/zulip/zulip-secrets.conf /etc/zulip/settings.py && \
|
||||
apt-get -qq autoremove --purge -y && \
|
||||
apt-get -qq clean && \
|
||||
|
||||
Reference in New Issue
Block a user