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 11FROM docker.io/node:22-slim
22RUN 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 && \
44 echo "deb http://apt.postgresql.org/pub/repos/apt $(. /etc/os-release && echo $VERSION_CODENAME)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
55 curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /usr/share/keyrings/postgresql.gpg && \
66 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