Skip to content

Commit

Permalink
fix backup container
Browse files Browse the repository at this point in the history
  • Loading branch information
paul673 committed Nov 9, 2024
1 parent a32b1eb commit 067db27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backupjob/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM phusion/baseimage:jammy-1.0.1

RUN apt-get update && apt-get install -y wget
RUN echo "deb http://apt-archive.postgresql.org/pub/repos/apt/ trusty-pgdg main" >> /etc/apt/sources.list.d/pgdg.list
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
RUN wget --quiet -O - \
https://www.postgresql.org/media/keys/ACCC4CF8.asc | \
apt-key add -

RUN apt-get update && apt-get install -y \
postgresql-client-9.6 \
postgresql-client-16 \
postfix \
zip \
rsync
Expand Down

0 comments on commit 067db27

Please sign in to comment.