Added APCU installation option for the workspace container

This commit is contained in:
leonschiphol
2023-01-04 16:27:35 +01:00
parent 6c8cb6dd85
commit cd1d7014e4
3 changed files with 17 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ services:
- INSTALL_LIBPNG=${WORKSPACE_INSTALL_LIBPNG}
- INSTALL_GRAPHVIZ=${WORKSPACE_INSTALL_GRAPHVIZ}
- INSTALL_IONCUBE=${WORKSPACE_INSTALL_IONCUBE}
- INSTALL_APCU=${WORKSPACE_INSTALL_APCU}
- INSTALL_MYSQL_CLIENT=${WORKSPACE_INSTALL_MYSQL_CLIENT}
- INSTALL_PING=${WORKSPACE_INSTALL_PING}
- INSTALL_SSHPASS=${WORKSPACE_INSTALL_SSHPASS}