Skip to content

docker-php-ext-install zip fails #61

@schmunk42

Description

@schmunk42

It requires the zlib system package, a workaround is to add this to your Dockerfile

RUN apt-get update && \
    apt-get install -y \
        zlib1g-dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions