mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
fix duplicate apscheduler jobs and add postgres to docker image
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user