rudy
6e3f0e7a61
All checks were successful
Cadoles/hydra-sql/pipeline/pr-develop This commit looks good
11 lines
202 B
Docker
11 lines
202 B
Docker
ARG ADDITIONAL_PACKAGES="
|
|
bash
|
|
mysql-client
|
|
php81-cli
|
|
php81-pdo_pgsql
|
|
php81-pdo_mysql
|
|
php81-mysqli
|
|
php81-pgsql
|
|
"
|
|
|
|
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base |