Skip to content

Instantly share code, notes, and snippets.

@ayoubbensakhria
Created August 4, 2020 10:11
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 ayoubbensakhria/89a27a7d6605fdfc90932c3beb5b42bb to your computer and use it in GitHub Desktop.
Save ayoubbensakhria/89a27a7d6605fdfc90932c3beb5b42bb to your computer and use it in GitHub Desktop.
FROM php:7.2.7-fpm-alpine3.7
RUN apk update; \
apk upgrade;
RUN docker-php-ext-install mysqli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment