FROM webdevops/php-dev:8.1

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