We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82fe90 commit 77721a6Copy full SHA for 77721a6
Dockerfile
@@ -1,9 +1,6 @@
1
-FROM ubuntu:24.04
+FROM postgres:16
2
3
RUN apt update && apt install -y wget gnupg pigz pbzip2 xz-utils lrzip brotli zstd \
4
- && wget -qO - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
5
- && echo "deb http://apt.postgresql.org/pub/repos/apt/ noble-pgdg main" | tee /etc/apt/sources.list.d/postgresql.list \
6
- && apt update && apt install -y postgresql-client \
7
&& wget https://dl.minio.io/client/mc/release/linux-amd64/mc -O /sbin/mc && chmod +x /sbin/mc \
8
&& apt remove -y wget && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9
0 commit comments