From 59c94f7b524b7b2404461d053fc7c1a7198d1430 Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Tue, 18 Feb 2025 21:21:50 -0300 Subject: [PATCH] changed dependency to pip --- docker/devicehub-django.Dockerfile | 2 -- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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