We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd3f6dc + 9857298 commit 5038023Copy full SHA for 5038023
Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get -q update && \
14
cp -rf /root/custom_zulip/* /root/zulip && \
15
rm -rf /root/custom_zulip && \
16
PUPPET_CLASSES="zulip::dockervoyager" DEPLOYMENT_TYPE="dockervoyager" \
17
- ADDITIONAL_PACKAGES="python-dev python-six python-pbs python-crypto rabbitmq-server expect" \
+ ADDITIONAL_PACKAGES="python-dev python-six python-crypto rabbitmq-server expect" \
18
/root/zulip/scripts/setup/install && \
19
cp -a /root/zulip/zproject/prod_settings_template.py /etc/zulip/settings.py && \
20
ln -nsf /etc/zulip/settings.py /root/zulip/zproject/prod_settings.py && \
0 commit comments