Skip to content

Commit 6393800

Browse files
author
Wogan May
authored
Merge pull request #2 from nikspyratos-wpp/patch-1
Actually add pgsql too
2 parents d17f24d + 71a74eb commit 6393800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && \
88
pecl install redis-6.0.2 ssh2-1.4.1 && \
99
docker-php-ext-configure gd --with-jpeg --with-webp --with-freetype && \
1010
docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql && \
11-
docker-php-ext-install pdo_pgsql zip pcntl bcmath curl dom mbstring pdo_mysql mysqli && \
11+
docker-php-ext-install pgsql pdo pdo_pgsql zip pcntl bcmath curl dom mbstring pdo_mysql mysqli && \
1212
docker-php-ext-install gd && \
1313
docker-php-ext-enable redis bcmath curl dom mbstring ssh2 && \
1414
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)