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 25b1a5d commit d7373beCopy full SHA for d7373be
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get upgrade -y
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
+RUN apt-get -y install libsqlite3-dev libsqlite3-0 mariadb-client curl exif ftp php-mysqli
12
RUN docker-php-ext-install intl
13
RUN apt-get -y install --fix-missing zip unzip
14
@@ -38,4 +38,4 @@ RUN apt-get clean \
38
EXPOSE 80
39
VOLUME ["/var/www/html", "/var/log/apache2", "/etc/apache2"]
40
41
-CMD ["bash", "/startScript.sh"]
+CMD ["bash", "/startScript.sh"]
0 commit comments