We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8010f37 commit ad7edf6Copy full SHA for ad7edf6
Dockerfile
@@ -68,8 +68,7 @@ RUN pip3 install --no-cache-dir --upgrade \
68
# Install Python dependencies
69
###
70
RUN pip3 install --no-cache-dir --upgrade \
71
- https://github.com/cisagov/mongo-db-from-config/tarball/develop \
72
- pytz
+ https://github.com/cisagov/mongo-db-from-config/tarball/develop
73
74
75
# Put this just before we change users because the copy (and every
0 commit comments