Skip to content

Missing dependency for bz2 ext #47

@denisura

Description

@denisura

Installation of bz2 extension in inherited dockerfile throws error

RUN docker-php-ext-install bz2
configure: error: Please reinstall the BZip2 distribution

In order to fix it the following dependency needs to be installed

RUN apt-get update && apt-get install -y libbz2-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