Skip to content

Commit

Permalink
feat: add postgresql-client for in-built backup work
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Oct 22, 2024
1 parent 0be29ca commit 21c2842
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 21c2842

Please sign in to comment.