Skip to content

Commit 533e900

Browse files
committed
trigger build pg 15 16 and template - use native python pkgs
1 parent 0e58a00 commit 533e900

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM postgres:15-alpine
22

33
LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
44

5-
RUN apk add --no-cache --update gettext python3 py3-pip && pip3 install click docker && mkdir /pgbackup
5+
RUN apk add --no-cache --update gettext python3 py3-click py3-docker-py && mkdir /pgbackup
66

77
ENV PGB_SCHEDULE 0 23 * * *
88

16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM postgres:16-alpine
22

33
LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
44

5-
RUN apk add --no-cache --update gettext python3 py3-pip && pip3 install click docker && mkdir /pgbackup
5+
RUN apk add --no-cache --update gettext python3 py3-click py3-docker-py && mkdir /pgbackup
66

77
ENV PGB_SCHEDULE 0 23 * * *
88

template/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM postgres:$POSTGRES_VERSION-alpine
22

33
LABEL maintainer="Just van den Broecke <justb4@gmail.com>"
44

5-
RUN apk add --no-cache --update gettext python3 py3-pip && pip3 install click docker && mkdir /pgbackup
5+
# OLD: upto v13 - CHECK - RUN apk add --no-cache --update gettext python3 py3-pip && pip3 install click docker && mkdir /pgbackup
6+
RUN apk add --no-cache --update gettext python3 py3-click py3-docker-py && mkdir /pgbackup
67

78
ENV PGB_SCHEDULE 0 23 * * *
89

0 commit comments

Comments
 (0)