Skip to content

Commit ced5da9

Browse files
committed
change dep
1 parent 69b1696 commit ced5da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ENV DJANGO_SETTINGS_MODULE=pycon.settings.prod \
1717
RUN apt-get update -y && apt-get install -y \
1818
# weasyprint
1919
libpango-1.0-0 libpangoft2-1.0-0 libharfbuzz-subset0 \
20-
# postgres - psycopg & also psql cli
21-
postgresql-client libpq-dev
20+
# postgres
21+
libpq-dev
2222

2323
FROM base AS build-stage
2424

0 commit comments

Comments
 (0)