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
Installation of bz2 extension in inherited dockerfile throws error
In order to fix it the following dependency needs to be installed