Test runner gitea
This commit is contained in:
5
docker/web/Containerfile
Normal file
5
docker/web/Containerfile
Normal 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
|
||||
Reference in New Issue
Block a user