File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,8 @@ RUN apt-get update \
1313 && apt-get install --assume-yes --no-install-recommends \
1414 gettext \
1515 git \
16- libpq5 \
17- postgresql-common \
1816 make \
1917 rsync \
20- && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y \
21- && apt-get install --assume-yes --no-install-recommends \
22- postgresql-client-17 \
2318 && apt-get distclean
2419
2520ARG REQ_FILE=requirements/prod.txt
@@ -30,16 +25,10 @@ RUN apt-get update \
3025 && apt-get install --assume-yes --no-install-recommends \
3126 g++ \
3227 gcc \
33- libc6-dev \
34- libpq-dev \
35- zlib1g-dev \
3628 && python3 -m pip install --no-cache-dir -r ${REQ_FILE} \
3729 && apt-get purge --assume-yes --auto-remove \
3830 g++ \
3931 gcc \
40- libc6-dev \
41- libpq-dev \
42- zlib1g-dev \
4332 && apt-get distclean
4433
4534# copy project
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Jinja2==3.1.6
1414libsass==0.23.0
1515Markdown==3.9
1616Pillow==11.3.0
17- psycopg[c ]==3.2.9
17+ psycopg[binary ]==3.2.9
1818Pygments==2.19.2
1919pykismet3==0.1.1
2020requests==2.32.5
You can’t perform that action at this time.
0 commit comments