We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b1696 commit ced5da9Copy full SHA for ced5da9
backend/Dockerfile
@@ -17,8 +17,8 @@ ENV DJANGO_SETTINGS_MODULE=pycon.settings.prod \
17
RUN apt-get update -y && apt-get install -y \
18
# weasyprint
19
libpango-1.0-0 libpangoft2-1.0-0 libharfbuzz-subset0 \
20
- # postgres - psycopg & also psql cli
21
- postgresql-client libpq-dev
+ # postgres
+ libpq-dev
22
23
FROM base AS build-stage
24
0 commit comments