我正在尝试创建一个meteor-alpine
图像,如下所示:
-从alpine图片开始
-安装curl
,bash
等工具
-安装流星:curl https://install.meteor.com/ | sh
-之后,当我尝试运行以下命令:meteor -v
时,出现以下错误:error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
详细信息:
/root/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
我尝试安装g++
和libstdc++
之类的软件包,但它们没有帮助。