Skip to content

Commit

Permalink
fixup! modernize big RUN blocks with <<'EOF' notation
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jul 10, 2024
1 parent 1699dc3 commit 0349788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ RUN <<'EOF'

# install key and repositories
curl -sf https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add -
echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /etc/apt/sources.list.d/postgresql.list \
echo "deb https://apt-archive.postgresql.org/pub/repos/apt bullseye-pgdg-archive main" >> /etc/apt/sources.list.d/postgresql.list \
echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /etc/apt/sources.list.d/postgresql.list
echo "deb https://apt-archive.postgresql.org/pub/repos/apt bullseye-pgdg-archive main" >> /etc/apt/sources.list.d/postgresql.list

apt-get update

Expand Down

0 comments on commit 0349788

Please sign in to comment.