小编Big*_*oot的帖子

由于缺少编译器错误,具有python和alpine失败的Docker镜像

我正在寻找一个包含python3和crontab的docker镜像.当我python:latest用作基础时,我没有cron,但所有必需的python包安装没有问题.

当我使用alpine作为基础时,我有(busybox)cron工作,但由于编译器错误而无法安装特定的python包.

我使用时同样适用python:alpine.

Collecting pynacl>=1.0.1 (from paramiko->-r required_python_packages.txt (line 6))
  Downloading PyNaCl-1.1.2.tar.gz (3.1MB)
    Complete output from command python setup.py egg_info:

        No working compiler found, or bogus compiler options
        passed to the compiler from Python's distutils module.
        See the error messages above.
Run Code Online (Sandbox Code Playgroud)

有什么建议吗?

python cron docker alpine-linux

9
推荐指数
1
解决办法
5529
查看次数

Meteor:如何提供静态html文件

我使用Meteor与IRON路由器,它非常适合动态文件.但我有一个statis legend.html文件,我想服务.我把它放在公共文件夹中,但是我收到了无法找到该文件的错误.

因为它是从word生成的,所以我无法使用模板作为包装器.

诀窍是什么?

meteor iron-router

4
推荐指数
1
解决办法
1086
查看次数

标签 统计

alpine-linux ×1

cron ×1

docker ×1

iron-router ×1

meteor ×1

python ×1