Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created October 26, 2018 11:37
Show Gist options
  • Save jpalala/5dca50d13e42eb083174d2d673b749c2 to your computer and use it in GitHub Desktop.
Save jpalala/5dca50d13e42eb083174d2d673b749c2 to your computer and use it in GitHub Desktop.
alpine installation of php notes
  • apk update && apk upgrade
  • apk add php7 php7-fpm
  • apk add php7-opcache
  • apk add php7-gd php7-mysqli php7-zlib php7-curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment