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 1249bef commit d60b6c9Copy full SHA for d60b6c9
.changeset/wicked-dodos-stick.md
@@ -0,0 +1,5 @@
1
+---
2
+"@quassel/backend": patch
3
4
+
5
+Fix backend build
apps/backend/Dockerfile
@@ -1,5 +1,7 @@
FROM docker.io/node:22-slim
-RUN apt-get update && apt-get install -y --no-install-recommends dumb-init curl postgresql-client-17 && apt-get clean && rm -rf /var/lib/apt/lists/*
+RUN apt update && apt install -y --no-install-recommends postgresql-common
+RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
+RUN apt install -y --no-install-recommends dumb-init curl postgresql-client-17 && apt clean && rm -rf /var/lib/apt/lists/*
ENV NODE_ENV=production
6
ENV PORT=3000
7
WORKDIR /usr/src/app
0 commit comments