Skip to content

Commit ad7edf6

Browse files
committed
Remove pytz from pip install in Dockerfile
This package is no longer being used, and in current versions of Python its functionality resides in datetime.timezone.
1 parent 8010f37 commit ad7edf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ RUN pip3 install --no-cache-dir --upgrade \
6868
# Install Python dependencies
6969
###
7070
RUN pip3 install --no-cache-dir --upgrade \
71-
https://github.com/cisagov/mongo-db-from-config/tarball/develop \
72-
pytz
71+
https://github.com/cisagov/mongo-db-from-config/tarball/develop
7372

7473
###
7574
# Put this just before we change users because the copy (and every

0 commit comments

Comments
 (0)