Skip to content

Commit

Permalink
Update Dockerfile.ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Dec 12, 2023
1 parent a3a0775 commit 971fa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG POSTGRES_VERSION=15

FROM ubuntu:latest AS base

RUN apt-get -y update && apt-get -y install software-properties-common ca-certificates wget && \
RUN apt-get -y update && apt-get -y install lsb-release ca-certificates wget && \
echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
apt-get -y update
Expand Down

0 comments on commit 971fa96

Please sign in to comment.