Skip to content

Commit 2d30254

Browse files
committed
Updates
1 parent 83819f0 commit 2d30254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget nano vim g
1616
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
1717
apt-get install -y nodejs && \
1818
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 && \
2020
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* && \
2121
a2enmod rewrite
2222

@@ -32,7 +32,7 @@ ARG group_id=1000
3232
RUN usermod -u $user_id www-data && groupmod -g $group_id www-data
3333

3434
## Healthcheck ##
35-
HEALTHCHECK CMD curl --fail http://localhost/healthcheck || exit 1
35+
#HEALTHCHECK CMD curl --fail http://localhost/healthcheck || exit 1
3636

3737
## Working Directory ##
3838
WORKDIR /var/www/wordpress

0 commit comments

Comments
 (0)