diff --git a/docker/devicehub-django.Dockerfile b/docker/devicehub-django.Dockerfile index 6b016da..202d876 100644 --- a/docker/devicehub-django.Dockerfile +++ b/docker/devicehub-django.Dockerfile @@ -4,10 +4,8 @@ FROM python:3.11.10-slim-bookworm RUN apt update && \ apt-get install -y \ python3-xapian \ - python3-psycopg2 \ netcat-traditional\ git \ - sqlite3 \ curl \ jq \ time \ diff --git a/requirements.txt b/requirements.txt index f12a20c..608ede9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ json-repair==0.30.0 setuptools==65.5.1 requests==2.32.3 wheel==0.45.1 - +psycopg2-binary==2.9.10