Skip to content

Commit a599d57

Browse files
committed
Fix 3
1 parent dde7073 commit a599d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y \
44
libldap2-dev \
55
libonig-dev \
66
&& docker-php-ext-configure ldap \
7-
&& docker-php-ext-install mysqli ldap mbstring \
7+
&& docker-php-ext-install mysqli pdo_mysql ldap mbstring \
88
&& a2enmod rewrite \
99
&& rm -rf /var/lib/apt/lists/*
1010

0 commit comments

Comments
 (0)