Skip to content

Commit

Permalink
Merge pull request #119 from dappnode/fix/118_update_postgres_dockerfile
Browse files Browse the repository at this point in the history
Fix #118 Update Postgres Dockerfile
  • Loading branch information
mgarciate authored Jan 26, 2024
2 parents a2c099c + 60eb17c commit e3a9b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV POSTGRES_PASSWORD=alephium
ENV POSTGRES_DB=alephium-explorer

RUN apt-get update && apt-get install -y gnupg dirmngr wget
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN echo "deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common postgresql-14 postgresql-client-14

Expand Down

0 comments on commit e3a9b4d

Please sign in to comment.