Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7bf713

Browse files
Dockerfile--ubuntu-24_04 is formatted
1 parent 96227f5 commit b7bf713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile--ubuntu-24_04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN install -d /usr/share/postgresql-common/pgdg
99
RUN curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
1010

1111
# It does not work
12-
#RUN sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
12+
# RUN sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
1313

1414
RUN apt update
1515
RUN apt install -y postgresql-17

0 commit comments

Comments
 (0)