Skip to content

Commit ba7bef5

Browse files
author
tchapi
committed
Fix typo in dockerfile
1 parent 1543d1e commit ba7bef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile-standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd \
3737

3838
# PDO: PostgreSQL
3939
RUN apk --update --virtual build-deps-pg add --no-cache libpq-dev \
40-
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
40+
&& docker-php-ext-configure pgsql --with-pgsql=/usr/local/pgsql \
4141
&& docker-php-ext-install pgsql pdo_pgsql \
4242
&& apk del build-deps-pg \
4343
&& rm -rf /tmp/*

0 commit comments

Comments
 (0)