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 5297bdb + 83410fe commit 18fd4ceCopy full SHA for 18fd4ce
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ 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 mysql-client
+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
12
RUN docker-php-ext-install intl
13
RUN docker-php-ext-install mysqli pdo pdo_mysql
0 commit comments