Replace CI PHP suite execution script with Composer commands and integrate Edge Gateway Agent stack artifacts
This commit is contained in:
@@ -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/ ./
|
||||
|
||||
Reference in New Issue
Block a user