fix duplicate apscheduler jobs and add postgres to docker image

This commit is contained in:
maxDorninger
2025-07-22 23:46:40 +02:00
parent b9dfb07cf7
commit 1fca7b083a
2 changed files with 37 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ ENV PUBLIC_VERSION=${VERSION} \
WORKDIR /app
RUN apt-get update && \
apt-get install -y ca-certificates gcc bc locales mime-support curl gzip unzip tar 7zip bzip2 unar && \
apt-get install -y ca-certificates gcc bc locales postgresql mime-support curl gzip unzip tar 7zip bzip2 unar && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*