We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae83441 commit 2753a1cCopy full SHA for 2753a1c
Dockerfile
@@ -67,8 +67,7 @@ RUN \
67
mv zulip-server-docker zulip && \
68
cp -rf /root/custom_zulip/* /root/zulip && \
69
rm -rf /root/custom_zulip && \
70
- export PUPPET_CLASSES="zulip::profile::docker" \
71
- ADDITIONAL_PACKAGES="expect" && \
+ export PUPPET_CLASSES="zulip::profile::docker" && \
72
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" --no-init-db && \
73
rm -f /etc/zulip/zulip-secrets.conf /etc/zulip/settings.py && \
74
apt-get -qq autoremove --purge -y && \
0 commit comments