Test build

This commit is contained in:
2024-03-06 19:44:57 +01:00
parent cf67fe6117
commit 7f4113d4ed
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM php:8.3-apache
RUN apt-get update \
&& apt-get install -y libpq-dev \
&& docker-php-ext-install pdo_pgsql