We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f40b8 commit e664268Copy full SHA for e664268
Dockerfile.ubuntu
@@ -1,7 +1,7 @@
1
-ARG POSTGRES_VERSION=15
2
-
3
FROM ubuntu:latest AS base
4
+ARG POSTGRES_VERSION=15
+
5
RUN apt-get -y update && apt-get -y install lsb-release ca-certificates wget gnupg && \
6
echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
7
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
0 commit comments