Install of libpng16 library for fix react and react with material-ui application (#1625)

* Added commands in Workspace Dockerfile for installation of libpng with configurable env argument switch

* Updated documentation
This commit is contained in:
Emanuele Menon
2018-06-28 07:14:06 +02:00
committed by Shao Yu-Lung (Allen)
parent 1d9cbd7c75
commit dcf6b6d9ac
4 changed files with 40 additions and 0 deletions

View File

@ -86,6 +86,7 @@ services:
- INSTALL_DUSK_DEPS=${WORKSPACE_INSTALL_DUSK_DEPS}
- INSTALL_PG_CLIENT=${WORKSPACE_INSTALL_PG_CLIENT}
- INSTALL_SWOOLE=${WORKSPACE_INSTALL_SWOOLE}
- INSTALL_LIBPNG=${WORKSPACE_INSTALL_LIBPNG}
- PUID=${WORKSPACE_PUID}
- PGID=${WORKSPACE_PGID}
- CHROME_DRIVER_VERSION=${WORKSPACE_CHROME_DRIVER_VERSION}