Giter Site home page Giter Site logo

docker-normal-php-7.1-fpm's Introduction

Docker-Normal-PHP-7.1-FPM

基于官方的包含常用库的php7-fpm的 Dockerfile

https://github.com/docker-library/php/tree/c48c629568bc166b58b271114d0b44ea6d5cfa09/7.1/fpm

说明

初入Docker发现官方image缺少许多常用库,为了自己项目能运行对其进行了一些补充. 基本解决了数据库以及验证码和图形处理方面的依赖. 但对Docker掌握不深,如果有更好的解决方案欢迎提出.

增加的依赖

  1. libgd3
  2. libjpeg-dev
  3. libpng-dev
  4. libwebp-dev
  5. libfreetype6-dev

增加的编译配置

  1. --with-pdo-myql
  2. --with-mysqli
  3. --with-gd
  4. --with-freetype-dir=/usr
  5. --enable-gd-native-ttf
  6. --enable-gd-jis-conv-ttf

docker-normal-php-7.1-fpm's People

Contributors

attect avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.