diff options
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index e4013685..8cc15e0b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -30,8 +30,6 @@ RUN \ && \ pip install -U pip \ && \ - pip install -U pytz \ -&& \ pip install -r ${REPOS_DIR}/requirements.txt \ && \ cd ${REPOS_DIR} \ |