Skip to content

Commit

Permalink
Merge pull request #228 from FlyBase/archive
Browse files Browse the repository at this point in the history
bionic noew only available in archive
  • Loading branch information
ianlongden authored Dec 5, 2023
2 parents 5ae75b3 + 1d9d350 commit 2414203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

FROM ubuntu:18.04
RUN apt-get update && apt-get install -y gnupg curl ca-certificates
RUN apt-get update && apt-get install -y gnupg curl ca-certificates
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
# Add the PostgreSQL PGP key to verify their Debian packages.
# It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
Expand All @@ -16,7 +16,7 @@ ARG SOURCE_BRANCH=master

# Add PostgreSQL's repository. Idocker-boomt contains the most recent stable release
# of PostgreSQL, ``9.3``.
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN echo "deb http://apt-archive.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list

# Install ``python-software-properties``, ``software-properties-common`` and PostgreSQL 9.3
# There are some warnings (in red) that show up during the build. You can hide
Expand Down

0 comments on commit 2414203

Please sign in to comment.