Coder Social home page Coder Social logo

Comments (7)

LyLme avatar LyLme commented on August 17, 2024

PHP图片生成相关扩展问题,建议安装或启用相关扩展,或者是更换环境

from lylme_spage.

dodois avatar dodois commented on August 17, 2024

麻烦描述具体一点呢,我不懂php,请问如何安装启用扩展呢,具体是什么扩展呢

from lylme_spage.

dodois avatar dodois commented on August 17, 2024

经过反复尝试,目前的docker镜像,对于验证码显示的问题无解,必须重新构建docker镜像,在构建镜像的过程中将gd库安装进去

from lylme_spage.

dodois avatar dodois commented on August 17, 2024

这个问题需要重新开启

from lylme_spage.

dodois avatar dodois commented on August 17, 2024

仓库中不包含dockerfile文件,我无法PR

from lylme_spage.

dodois avatar dodois commented on August 17, 2024
FROM php:fpm

RUN rm /etc/apt/preferences.d/no-debian-php

RUN apt-get update -y \
    && apt-get install -y libpng-dev \
    && docker-php-ext-install mysqli && docker-php-ext-enable mysqli && docker-php-ext-install gd && docker-php-ext-enable gd

from lylme_spage.

LyLme avatar LyLme commented on August 17, 2024

你可以pr一个dockerfile文件到仓库

from lylme_spage.

Related Issues (20)

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.