mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user