Skip to content

Add libvips #365

Open
Open
@uuf6429

Description

@uuf6429

I'm using libvips inside PHP over ext-ffi. The docker image already supports enabling FFI, however of course libvips is missing.

At the moment I'm enabling it with the following inside my docker-compose file:

    environment:
      STARTUP_COMMAND_1: sudo apt-get update && sudo apt-get install -y libvips

..but it would be nicer to have it by default in the 'fat' image.


For some context on the whole story, check https://stackoverflow.com/q/76416455/314056.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions