Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add mysqli dep
  • Loading branch information
jcavat authored Sep 27, 2022
1 parent 7baa4fe commit f4d5d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ RUN apt-get update \
&& apt-get install -y libzip-dev \
&& apt-get install -y zlib1g-dev \
&& rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-install zip
&& docker-php-ext-install zip \
&& docker-php-ext-install mysqli

0 comments on commit f4d5d35

Please sign in to comment.