diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e115a9b..f09f206 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,8 @@
-
-
-
-
+
+
@@ -230,7 +228,23 @@
1737831577005
-
+
+
+ 1737831873903
+
+
+
+ 1737831873903
+
+
+
+ 1737832501697
+
+
+
+ 1737832501697
+
+
@@ -246,7 +260,8 @@
-
+
+
diff --git a/Dockerfile b/Dockerfile
index 1ebe93d..a08d4ea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,6 +2,9 @@ FROM python:3.12.8-slim-bullseye
WORKDIR /app
COPY . /app
+
+RUN apt-get install libpq-dev
+
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8000