Merge pull request #88 from rht/patch-1

Dockerfile: Remove unnecessary python-pbs dependency.
This commit is contained in:
Alexander Trost
2017-08-12 12:07:05 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ RUN apt-get -q update && \
cp -rf /root/custom_zulip/* /root/zulip && \
rm -rf /root/custom_zulip && \
PUPPET_CLASSES="zulip::dockervoyager" DEPLOYMENT_TYPE="dockervoyager" \
ADDITIONAL_PACKAGES="python-dev python-six python-pbs python-crypto rabbitmq-server expect" \
ADDITIONAL_PACKAGES="python-dev python-six python-crypto rabbitmq-server expect" \
/root/zulip/scripts/setup/install && \
cp -a /root/zulip/zproject/prod_settings_template.py /etc/zulip/settings.py && \
ln -nsf /etc/zulip/settings.py /root/zulip/zproject/prod_settings.py && \