Test runner gitea

This commit is contained in:
2023-04-09 17:14:59 +02:00
parent 3fe46c5217
commit 09a2afa41a
2 changed files with 71 additions and 0 deletions

5
docker/web/Containerfile Normal file
View File

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