Files
Season-4/containers/web/Containerfile
2024-03-06 19:46:04 +01:00

6 lines
120 B
Docker

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