File tree Expand file tree Collapse file tree 8 files changed +8
-72
lines changed
Expand file tree Collapse file tree 8 files changed +8
-72
lines changed Original file line number Diff line number Diff line change 11FROM postgres:10-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups" ]
157
Original file line number Diff line number Diff line change 11FROM postgres:11-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups" ]
157
Original file line number Diff line number Diff line change 11FROM postgres:12-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups" ]
157
Original file line number Diff line number Diff line change 11FROM postgres:13-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups" ]
157
Original file line number Diff line number Diff line change 11FROM postgres:14-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups" ]
157
Original file line number Diff line number Diff line change 11FROM postgres:15-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups" ]
157
Original file line number Diff line number Diff line change 11FROM postgres:16-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups" ]
157
Original file line number Diff line number Diff line change 11FROM postgres:%(VERSION)s-alpine
22
33# Install dependencies
4- RUN apk update && apk add --no-cache --virtual .build-deps && apk add \
5- bash make curl openssh git aws-cli
6-
7- # Install python
8- RUN apk -Uuv add groff less python3
9-
10- # Cleanup
11- RUN rm /var/cache/apk/*
12-
4+ RUN apk add --no-cache -uv curl aws-cli python3
135
146VOLUME ["/data/backups"]
157
You can’t perform that action at this time.
0 commit comments