Skip to content

Commit e0bf2ff

Browse files
Remove Selenium/Codeception acceptance tests and their infrastructure (#4784)
2 parents 5b4c681 + 9e2f506 commit e0bf2ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ FROM php:${PHP_VERSION}-fpm-${LINUX_DISTRIBUTION} AS base
1717
# gd - Image processing for gd extension
1818
# intl - Internationalization for intl extension
1919
# pdo_pgsql - PostgreSQL driver for PDO
20-
# pgsql - PostgreSQL driver
2120
# pg_query - SQL query parsing extension used in MCP for parsing SQL queries
2221
# redis - Redis extension
2322
# zip - Zip archive handling for zip extension
@@ -51,7 +50,7 @@ FROM php:${PHP_VERSION}-fpm-${LINUX_DISTRIBUTION} AS base
5150
# icu-dev - Development files for ICU (International Components for Unicode) needed for intl extension
5251
# jpeg-dev - Development files for JPEG (image format) needed for gd extension
5352
# libpng-dev - Development files for PNG (image format) needed for gd extension
54-
# libpq-dev - Development files for PostgreSQL needed for pdo_pgsql and pgsql extensions
53+
# libpq-dev - Development files for PostgreSQL needed for pdo_pgsql extension
5554
# libzip-dev - Development files for libzip needed for zip extension
5655
# make - Required for compiling extensions
5756
# openssl-dev - Development files for OpenSSL
@@ -105,7 +104,6 @@ RUN apk add --no-cache \
105104
gd \
106105
intl \
107106
pdo_pgsql \
108-
pgsql \
109107
zip && \
110108
pie install flow-php/pg-query-ext && \
111109
rm /usr/local/bin/pie && \

0 commit comments

Comments
 (0)