Skip to content

Commit

Permalink
[186049138] Making sure Postgresql channel is included
Browse files Browse the repository at this point in the history
  • Loading branch information
dark5un committed Nov 29, 2023
1 parent f3c245f commit cc88509
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cf-acceptance-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ghcr.io/alphagov/paas/ubuntu:main

RUN wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc > /etc/apt/trusted.gpg.d/ACCC4CF8.asc \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN apt update && apt install -y \
build-essential \
openssh-client \
Expand Down

0 comments on commit cc88509

Please sign in to comment.