Skip to content

Instantly share code, notes, and snippets.

@hitmanbabyvn
Created February 12, 2020 05:25
Show Gist options
  • Save hitmanbabyvn/72f4788dfd8ce9aa0993d9f6f323ba4d to your computer and use it in GitHub Desktop.
Save hitmanbabyvn/72f4788dfd8ce9aa0993d9f6f323ba4d to your computer and use it in GitHub Desktop.
php-fpm install mysqli
..
phpfpm:
#image: php:fpm
build: .
FROM php:fpm
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng-dev \
&& docker-php-ext-install mysqli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment