diff --git a/server/Dockerfile b/server/Dockerfile index 78e44a50..38c1dfce 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -16,7 +16,7 @@ RUN \ py3-pillow \ py3-pynacl \ py3-tz \ - py3-rfc3339 \ + py3-pyrfc3339 \ && \ pip3 install --no-cache-dir --disable-pip-version-check \ alembic \