hermes testgs

This commit is contained in:
2026-07-02 11:48:00 +02:00
parent c99602eb53
commit 4b9c13e1fd
4 changed files with 62 additions and 19 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM php:8.2-apache
RUN apt-get update \
&& apt-get install -y --no-install-recommends libcurl4-openssl-dev \
&& docker-php-ext-install curl \
&& rm -rf /var/lib/apt/lists/*