Replace CI PHP suite execution script with Composer commands and integrate Edge Gateway Agent stack artifacts

This commit is contained in:
Jeppe Bundgaard
2026-04-22 12:03:08 +02:00
parent a842edea97
commit 9cfb19a3ba
26 changed files with 1722 additions and 487 deletions
+2 -1
View File
@@ -6,8 +6,9 @@ RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
libcurl4-openssl-dev \
libsqlite3-dev \
ca-certificates; \
docker-php-ext-install curl; \
docker-php-ext-install curl sqlite3; \
rm -rf /var/lib/apt/lists/*
COPY services/nginx/app/resources/edge-gateway-agent/ ./