Skip to content

Commit cd8eaf2

Browse files
committed
WIP
1 parent c9f5ec4 commit cd8eaf2

3 files changed

Lines changed: 1 addition & 1078 deletions

File tree

ci/dockerfiles/main-postgres/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg m
1515
libmysqlclient-dev \
1616
libpq-dev \
1717
libsqlite3-dev \
18+
"postgresql-${DB_VERSION}" \
1819
"postgresql-client-${DB_VERSION}"
1920

2021
RUN sed -i 's/port = 5433/port = 5432/g' "/etc/postgresql/${DB_VERSION}/main/postgresql.conf" 2>/dev/null || true

0 commit comments

Comments
 (0)