diff --git a/docker/devicehub-django.Dockerfile b/docker/devicehub-django.Dockerfile index a676bdd..6b016da 100644 --- a/docker/devicehub-django.Dockerfile +++ b/docker/devicehub-django.Dockerfile @@ -5,6 +5,7 @@ RUN apt update && \ apt-get install -y \ python3-xapian \ python3-psycopg2 \ + netcat-traditional\ git \ sqlite3 \ curl \