Skip to content

Commit

Permalink
fix GH Action Docker build for 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jan 9, 2023
1 parent cb6e78b commit 1af8ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV TZ=${TIMEZONE} \
# https://www.ubuntuupdates.org/ppa/postgresql?dist=focal-pgdg need PG client version 10
# or use ARGS for other versions
RUN \
apt-get --no-install-recommends install -y gnupg \
apt-get update && apt-get --no-install-recommends install -y gnupg \
&& curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main" >> /etc/apt/sources.list.d/postgresql.list' \
&& apt-get update \
Expand Down

0 comments on commit 1af8ce1

Please sign in to comment.