mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
36 lines
597 B
YAML
36 lines
597 B
YAML
binaries:
|
|
- apachectl
|
|
- mariadb
|
|
- php
|
|
- render-template
|
|
directories:
|
|
- mode: "0775"
|
|
paths:
|
|
- /bitnami/prestashop
|
|
- /opt/bitnami/prestashop
|
|
- /opt/bitnami/prestashop/admin
|
|
- /opt/bitnami/prestashop/install
|
|
files:
|
|
- paths:
|
|
- /opt/bitnami/prestashop/install/index_cli.php
|
|
phpmodules:
|
|
# Based on https://github.com/PrestaShop/php-ps-info
|
|
# Required
|
|
- curl
|
|
- dom
|
|
- fileinfo
|
|
- gd
|
|
- iconv
|
|
- intl
|
|
- json
|
|
- mbstring
|
|
- openssl
|
|
- pdo_mysql
|
|
- SimpleXML
|
|
- zip
|
|
# Recommended
|
|
- bcmath
|
|
- imagick
|
|
- memcached
|
|
root_dir: /opt/bitnami
|