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.
1 parent c80348c commit 1ca17daCopy full SHA for 1ca17da
1 file changed
Dockerfile
@@ -7,9 +7,13 @@ RUN apt-get upgrade -y
7
8
RUN apt-get install --fix-missing -y libpq-dev
9
RUN apt-get install --no-install-recommends -y libpq-dev
10
-RUN apt-get install -y libxml2-dev libbz2-dev zlib1g-dev
11
-RUN apt-get -y install libsqlite3-dev libsqlite3-0 mariadb-client curl exif ftp php-mysqli
+RUN apt-get install -y libxml2-dev libbz2-dev zlib1g-dev mysql-client
+RUN apt-get -y install libsqlite3-dev libsqlite3-0 mariadb-client curl exif ftp
12
RUN docker-php-ext-install intl
13
+RUN docker-php-ext-install mysqli pdo pdo_mysql
14
+RUN docker-php-ext-enable mysqli
15
+RUN docker-php-ext-enable pdo
16
+RUN docker-php-ext-enable pdo_mysql
17
RUN apt-get -y install --fix-missing zip unzip
18
19
# Composer
0 commit comments