Skip to content

Instantly share code, notes, and snippets.

@jhonata-menezes
Created May 3, 2018 22:11
Show Gist options
  • Save jhonata-menezes/74bb0302e8ecc3286c13718d44b07962 to your computer and use it in GitHub Desktop.
Save jhonata-menezes/74bb0302e8ecc3286c13718d44b07962 to your computer and use it in GitHub Desktop.
FROM nyanpass/php5.5:5-fpm
RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install mysql
RUN docker-php-ext-install mysqli
EXPOSE 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment