Skip to content

Cannot install ext-zip on php:7.3-alpine #797

@Jean85

Description

@Jean85

This simple Dockerfile fails to build, with or without the configure step in the middle:

FROM php:7.3-alpine3.8

RUN apk add --no-cache zip zlib-dev
RUN docker-php-ext-configure zip --with-zlib-dir=/usr/include
RUN docker-php-ext-install zip

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