Skip to content

Commit d60b6c9

Browse files
committed
chore: fix backend build
1 parent 1249bef commit d60b6c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/wicked-dodos-stick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/backend": patch
3+
---
4+
5+
Fix backend build

apps/backend/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM docker.io/node:22-slim
2-
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/*
2+
RUN apt update && apt install -y --no-install-recommends postgresql-common
3+
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
4+
RUN apt install -y --no-install-recommends dumb-init curl postgresql-client-17 && apt clean && rm -rf /var/lib/apt/lists/*
35
ENV NODE_ENV=production
46
ENV PORT=3000
57
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)