FROM webdevops/php-dev:7.3

RUN apt-get update
RUN apt install -y --fix-missing firebird-dev firebird3.0-utils
RUN docker-php-ext-install interbase
