kunwarj
Results
1
comments of
kunwarj
Following code did install the pdo_server in ubuntu 22.04 for me https://github.com/bjverde/formDocker/blob/master/debian11_php8.2_mssql/debian11_apache_php81_mssql.Dockerfile ``` ENV ACCEPT_EULA=Y RUN curl -s https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc | apt-key add - \ && curl -s...