Skip to content

Commit 36f317f

Browse files
committed
add missing barman package
1 parent f1c37a3 commit 36f317f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LABEL fly.pg-version=${PG_VERSION}
3030
LABEL fly.pg-manager=repmgr
3131

3232
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 \
3434
&& apt autoremove -y
3535

3636
# PostGIS

Dockerfile-timescaledb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL fly.pg-version=${PG_VERSION}
3131
LABEL fly.pg-manager=repmgr
3232

3333
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 \
3535
&& apt autoremove -y
3636

3737
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 \

0 commit comments

Comments
 (0)