Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@paxperscientiam
Created January 14, 2019 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paxperscientiam/de57f849fef2bc629631ee4286b24e53 to your computer and use it in GitHub Desktop.
Save paxperscientiam/de57f849fef2bc629631ee4286b24e53 to your computer and use it in GitHub Desktop.
FROM php:7.3.1-apache
RUN docker-php-ext-install mysqli pdo_mysql pdo && \
docker-php-ext-enable mysqli pdo_mysql pdo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment