Skip to content

Commit 77721a6

Browse files
committed
Use postgres image
1 parent c82fe90 commit 77721a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
FROM ubuntu:24.04
1+
FROM postgres:16
22

33
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 \
74
&& wget https://dl.minio.io/client/mc/release/linux-amd64/mc -O /sbin/mc && chmod +x /sbin/mc \
85
&& apt remove -y wget && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
96

0 commit comments

Comments
 (0)