Skip to content

Commit ff24d2f

Browse files
committed
install mysql extension
1 parent 5c5ecd7 commit ff24d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM php:7.3-apache
22

3+
RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
4+
35
ENV APACHE_RUN_USER=daemon
46
COPY src/ /var/www/html/

0 commit comments

Comments
 (0)