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 \
13
13
&& apt-get install --assume-yes --no-install-recommends \
14
14
gettext \
15
15
git \
16
- libpq5 \
17
- postgresql-common \
18
16
make \
19
17
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 \
23
18
&& apt-get distclean
24
19
25
20
ARG REQ_FILE=requirements/prod.txt
@@ -30,16 +25,10 @@ RUN apt-get update \
30
25
&& apt-get install --assume-yes --no-install-recommends \
31
26
g++ \
32
27
gcc \
33
- libc6-dev \
34
- libpq-dev \
35
- zlib1g-dev \
36
28
&& python3 -m pip install --no-cache-dir -r ${REQ_FILE} \
37
29
&& apt-get purge --assume-yes --auto-remove \
38
30
g++ \
39
31
gcc \
40
- libc6-dev \
41
- libpq-dev \
42
- zlib1g-dev \
43
32
&& apt-get distclean
44
33
45
34
# copy project
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Jinja2==3.1.6
14
14
libsass==0.23.0
15
15
Markdown==3.9
16
16
Pillow==11.3.0
17
- psycopg[c ]==3.2.9
17
+ psycopg[binary ]==3.2.9
18
18
Pygments==2.19.2
19
19
pykismet3==0.1.1
20
20
requests==2.32.5
You can’t perform that action at this time.
0 commit comments