Dockerfile: Remove unnecessary python-pbs dependency.

This hasn't been a dependency of Zulip's provision for over a year.
This commit is contained in:
Tim Abbott
2017-08-09 14:06:39 -07:00
parent 4b58794fe2
commit eeb5302ba1

View File

@@ -2,9 +2,7 @@ FROM ubuntu:trusty
EXPOSE 9991
RUN apt-get update && apt-get install -y \
python-pbs \
wget
RUN apt-get update && apt-get install -y wget
RUN locale-gen en_US.UTF-8