The host: ubuntu 15.10
Docker: 1.10.3
In executing sudo docker build - t Eva/PHP. When an error:
Configure: error: PNG. H not found.
According to the dockershare.com tutorial:
http://dockershare.com/article/10
Error screenshot:
Such a mistake, should build mirror, installing PHP, didn't find related components?
In the docker, how should solve?
CodePudding user response:
Should be PHP image legend modules need to be installed,
Such as PNG, jpeg, etc.
CodePudding user response: