diff --git a/docker/devicehub-django.Dockerfile b/docker/devicehub-django.Dockerfile index fadc751..2153b6a 100644 --- a/docker/devicehub-django.Dockerfile +++ b/docker/devicehub-django.Dockerfile @@ -5,6 +5,7 @@ RUN apt update && \ apt-get install -y \ python3-xapian \ git \ + gettext \ sqlite3 \ jq \ && rm -rf /var/lib/apt/lists/*