From 52e5c8a939f057308b0288ca2acb6895e85ddef7 Mon Sep 17 00:00:00 2001 From: Joy Liu Date: Sat, 4 Nov 2023 22:26:34 -0400 Subject: [PATCH] L --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 1decb04..e384853 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app/ # Install dependencies RUN apt-get update \ - && apt-get install --no-install-recommends -y python3.10 python3-distutils libpq-dev gcc \ + && apt-get install --no-install-recommends -y python3.7-dev python3-distutils libpq-dev gcc \ && wget -qO get-pip.py "https://raw.githubusercontent.com/pypa/get-pip/4cfa4081d27285bda1220a62a5ebf5b4bd749cdb/public/get-pip.py" \ && python3.10 get-pip.py \ --disable-pip-version-check \