File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget nano vim g
16
16
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
17
17
apt-get install -y nodejs && \
18
18
npm install npm@latest -g && \
19
- install-php-extensions bcmath exif gd gettext imagick intl pdo_mysql zip && \
19
+ install-php-extensions bcmath exif gd gettext imagick intl pdo_mysql zip mysqli && \
20
20
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* && \
21
21
a2enmod rewrite
22
22
@@ -32,7 +32,7 @@ ARG group_id=1000
32
32
RUN usermod -u $user_id www-data && groupmod -g $group_id www-data
33
33
34
34
# # Healthcheck ##
35
- HEALTHCHECK CMD curl --fail http://localhost/healthcheck || exit 1
35
+ # HEALTHCHECK CMD curl --fail http://localhost/healthcheck || exit 1
36
36
37
37
# # Working Directory ##
38
38
WORKDIR /var/www/wordpress
You can’t perform that action at this time.
0 commit comments