fix: update CI config for shell executor

This commit is contained in:
root
2026-05-23 19:16:29 +02:00
parent 91a5a62c5e
commit 0c15e54b81
+1 -3
View File
@@ -12,10 +12,8 @@ cache:
- node_modules/
.php-base:
image: edgd1er/phpnt:8.4-laravel
before_script:
- apt-get update && apt-get install -y git unzip libpng-dev libjpeg-dev libfreetype6-dev 2>/dev/null || true
- docker-php-ext-install bcmath pdo_mysql gd 2>/dev/null || true
- apt-get update && apt-get install -y git unzip libpng-dev libjpeg-dev libfreetype6-dev php-bcmath php-mbstring php-xml php-zip php-cli php-common php-curl php-gd 2>/dev/null || true
- cp .env.example .env || true
- composer install --prefer-dist --no-progress --no-interaction 2>&1