File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @quassel/backend " : patch
3
+ ---
4
+
5
+ Install tzdata in the backend image
Original file line number Diff line number Diff line change 1
1
FROM docker.io/node:22-slim
2
2
RUN apt-get update && \
3
- apt-get install -y dumb-init curl gnupg2 ca-certificates && \
3
+ apt-get install -y dumb-init curl gnupg2 ca-certificates tzdata && \
4
4
echo "deb http://apt.postgresql.org/pub/repos/apt $(. /etc/os-release && echo $VERSION_CODENAME)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
5
5
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /usr/share/keyrings/postgresql.gpg && \
6
6
echo "deb [signed-by=/usr/share/keyrings/postgresql.gpg] http://apt.postgresql.org/pub/repos/apt $(. /etc/os-release && echo $VERSION_CODENAME)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
You can’t perform that action at this time.
0 commit comments