From 21c28424e80e88c11652b4542a6cae52244839a8 Mon Sep 17 00:00:00 2001 From: Zack Pollard Date: Tue, 22 Oct 2024 13:00:28 +0100 Subject: [PATCH] feat: add postgresql-client for in-built backup work --- server/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/Dockerfile b/server/Dockerfile index 233aa1e..34e3202 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -87,13 +87,14 @@ RUN ./configure-apt.sh && \ tini \ wget \ zlib1g \ - ocl-icd-libopencl1 && \ + ocl-icd-libopencl1 \ + postgresql-client && \ ./install-ffmpeg.sh && \ apt-get install -t testing --no-install-recommends -yqq \ libio-compress-brotli-perl \ libwebp7 \ libwebpdemux2 \ - libwebpmux3 \ + libwebpmux3 \ libhwy1t64 && \ if [ $(arch) = "x86_64" ]; then \ wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17193.4/intel-igc-core_1.0.17193.4_amd64.deb && \