diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 24b89e4..37f843f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -260,7 +260,15 @@
1737832663736
-
+
+
+ 1737832700185
+
+
+
+ 1737832700185
+
+
diff --git a/Dockerfile b/Dockerfile
index dc2c2c6..cb6897d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app
RUN apt-get update
-RUN apt-get install libpq-dev -y
+RUN apt-get install gcc libpq-dev -y
RUN pip install --no-cache-dir -r requirements.txt