diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f09f206..2035203 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -244,7 +244,15 @@
1737832501697
-
+
+
+ 1737832559745
+
+
+
+ 1737832559745
+
+
diff --git a/Dockerfile b/Dockerfile
index a08d4ea..8e0a145 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,7 @@ FROM python:3.12.8-slim-bullseye
WORKDIR /app
COPY . /app
+RUN apt-get update
RUN apt-get install libpq-dev
RUN pip install --no-cache-dir -r requirements.txt