Skip to content

Commit

Permalink
Update Dockerfile.ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Jul 30, 2024
1 parent 83f40b8 commit e664268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG POSTGRES_VERSION=15

FROM ubuntu:latest AS base

ARG POSTGRES_VERSION=15

RUN apt-get -y update && apt-get -y install lsb-release ca-certificates wget gnupg && \
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 - && \
Expand Down

0 comments on commit e664268

Please sign in to comment.