Files
Season-4/containers/web/Containerfile
Marijn Doeve 7f4113d4ed
Some checks failed
release-tag / release-image (push) Failing after 10s
Test build
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