File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ LABEL fly.pg-version=${PG_VERSION}
30
30
LABEL fly.pg-manager=repmgr
31
31
32
32
RUN apt-get update && apt-get install --no-install-recommends -y \
33
- ca-certificates iproute2 postgresql-$PG_MAJOR_VERSION-repmgr curl bash dnsutils vim socat procps ssh gnupg rsync barman-cli barman cron \
33
+ ca-certificates iproute2 postgresql-$PG_MAJOR_VERSION-repmgr curl bash dnsutils vim socat procps ssh gnupg rsync barman-cli barman barman-cli-cloud cron \
34
34
&& apt autoremove -y
35
35
36
36
# PostGIS
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ LABEL fly.pg-version=${PG_VERSION}
31
31
LABEL fly.pg-manager=repmgr
32
32
33
33
RUN apt-get update && apt-get install --no-install-recommends -y \
34
- ca-certificates iproute2 postgresql-$PG_MAJOR_VERSION-repmgr curl bash dnsutils vim haproxy socat procps ssh gnupg rsync barman-cli barman cron \
34
+ ca-certificates iproute2 postgresql-$PG_MAJOR_VERSION-repmgr curl bash dnsutils vim haproxy socat procps ssh gnupg rsync barman-cli barman barman-cli-cloud cron \
35
35
&& apt autoremove -y
36
36
37
37
RUN echo "deb https://packagecloud.io/timescale/timescaledb/debian/ $(cat /etc/os-release | grep VERSION_CODENAME | cut -d'=' -f2) main" > /etc/apt/sources.list.d/timescaledb.list \
You can’t perform that action at this time.
0 commit comments