FROM webdevops/php-dev:8.4

RUN apt-get update &&  \
    apt-get install -y firebird-dev firebird3.0-utils && \
    docker-php-source extract &&  \
    git clone --branch v7.0.0-rc.49 --depth 1 https://github.com/satwareAG/php-firebird.git /usr/src/php/ext/firebird && \
    docker-php-ext-install firebird
