Skip to content
Snippets Groups Projects
Commit 8e7496b4 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed missing apt Postgres repository.

parent 1285541d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ RUN apt-get update ...@@ -11,7 +11,7 @@ RUN apt-get update
#------------------------ #------------------------
# Add repo # Add repo
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
COPY ACCC4CF8.asc /tmp/ACCC4CF8.asc COPY ACCC4CF8.asc /tmp/ACCC4CF8.asc
RUN sudo apt-key add /tmp/ACCC4CF8.asc RUN sudo apt-key add /tmp/ACCC4CF8.asc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment