Skip to content

Commit eeb5302

Browse files
committed
Dockerfile: Remove unnecessary python-pbs dependency.
This hasn't been a dependency of Zulip's provision for over a year.
1 parent 4b58794 commit eeb5302

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ FROM ubuntu:trusty
22

33
EXPOSE 9991
44

5-
RUN apt-get update && apt-get install -y \
6-
python-pbs \
7-
wget
5+
RUN apt-get update && apt-get install -y wget
86

97
RUN locale-gen en_US.UTF-8
108

0 commit comments

Comments
 (0)