We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3454ae5 commit 41b58b8Copy full SHA for 41b58b8
scripts/docker/base/ubuntu/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update -y && apt-get install curl wget unzip gnupg2 -y
7
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
8
# will install python3.10
9
RUN apt-get install lsb-core -y
10
-RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" |tee /etc/apt/sources.list.d/pgdg.list
+RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" |tee /etc/apt/sources.list.d/pgdg.list
11
12
# Prepraing dependencies
13
RUN apt-get install -y \
0 commit comments