mirror of https://github.com/zulip/zulip.git
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:
parent
4b58794fe2
commit
eeb5302ba1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue