Skip to content

Commit 5038023

Browse files
authored
Merge pull request #88 from rht/patch-1
Dockerfile: Remove unnecessary python-pbs dependency.
2 parents dd3f6dc + 9857298 commit 5038023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get -q update && \
1414
cp -rf /root/custom_zulip/* /root/zulip && \
1515
rm -rf /root/custom_zulip && \
1616
PUPPET_CLASSES="zulip::dockervoyager" DEPLOYMENT_TYPE="dockervoyager" \
17-
ADDITIONAL_PACKAGES="python-dev python-six python-pbs python-crypto rabbitmq-server expect" \
17+
ADDITIONAL_PACKAGES="python-dev python-six python-crypto rabbitmq-server expect" \
1818
/root/zulip/scripts/setup/install && \
1919
cp -a /root/zulip/zproject/prod_settings_template.py /etc/zulip/settings.py && \
2020
ln -nsf /etc/zulip/settings.py /root/zulip/zproject/prod_settings.py && \

0 commit comments

Comments
 (0)