Skip to content

Commit 3e4edb3

Browse files
committed
Make use of the new --puppet-classes option.
1 parent 7a44691 commit 3e4edb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ RUN \
6767
mv zulip-server-docker zulip && \
6868
cp -rf /root/custom_zulip/* /root/zulip && \
6969
rm -rf /root/custom_zulip && \
70-
export PUPPET_CLASSES="zulip::profile::docker" && \
71-
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" --no-init-db && \
70+
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" \
71+
--puppet-classes="zulip::profile::docker" && \
7272
rm -f /etc/zulip/zulip-secrets.conf /etc/zulip/settings.py && \
7373
apt-get -qq autoremove --purge -y && \
7474
apt-get -qq clean && \

0 commit comments

Comments
 (0)