This repository has been archived on 2024-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OMB-Season-3/docker/web/Containerfile
2023-04-09 17:18:33 +02:00

5 lines
118 B
Docker

FROM php:8.2-apache
RUN apt-get update \
&& apt-get install -y libpq-dev \
&& docker-php-ext-install pdo_psql