File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM postgres:15-alpine
22
33LABEL 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
77ENV PGB_SCHEDULE 0 23 * * *
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM postgres:16-alpine
22
33LABEL 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
77ENV PGB_SCHEDULE 0 23 * * *
88
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ FROM postgres:$POSTGRES_VERSION-alpine
22
33LABEL 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
78ENV PGB_SCHEDULE 0 23 * * *
89
You can’t perform that action at this time.
0 commit comments