We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d17f24d + 71a74eb commit 6393800Copy full SHA for 6393800
worker/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
pecl install redis-6.0.2 ssh2-1.4.1 && \
9
docker-php-ext-configure gd --with-jpeg --with-webp --with-freetype && \
10
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 && \
+ docker-php-ext-install pgsql pdo pdo_pgsql zip pcntl bcmath curl dom mbstring pdo_mysql mysqli && \
12
docker-php-ext-install gd && \
13
docker-php-ext-enable redis bcmath curl dom mbstring ssh2 && \
14
rm -rf /var/lib/apt/lists/*
0 commit comments