【发布时间】:2018-04-26 13:37:08
【问题描述】:
我正在docker container 上运行一个 linux 实例。这是一个 php 5.6 的 debian:jessie。
我想安装 bcmath 模块,但没有成功。
有人知道怎么做吗?
root@1419c032c35f:/etc/php5/fpm# apt install php5.6-bcmath
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php5.6-bcmath
E: Couldn't find any package by regex 'php5.6-bcmath'
【问题讨论】:
标签: docker php-5.6 debian-jessie bcmath