Files
piratepoet/tests_env/docker/install-extensions.sh
Jan Lysý 22584747a0 Move tests docker configuration
Because we want to unify tests environment in the premium plugin. This step should allow us to reuse it easier.
[PREMIUM-230]
2024-08-01 11:48:13 +03:00

9 lines
141 B
Bash
Executable File

#!/bin/bash
set -e
# Install PHP extensions required by MailPoet
docker-php-ext-install pdo_mysql
# Execute the original command
exec "$@"