1 Star 0 Fork 14

陶义/plugsched

forked from anolis/plugsched 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright 2019-2022 Alibaba Group Holding Limited.
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
From openanolis/anolisos:8.4-x86_64
RUN yum install python2 python2-devel gcc gcc-c++ wget libyaml-devel -y && \
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
python2 get-pip.py
RUN pip install --upgrade setuptools && \
pip install --global-option='--with-libyaml' pyyaml && \
pip install six sh coloredlogs future fire jinja2 docopt && \
yum install make bison flex \
gcc-plugin-devel.x86_64 \
elfutils-libelf-devel.x86_64 openssl openssl-devel \
elfutils-devel-static \
glibc-static zlib-static \
libstdc++-static \
platform-python-devel \
rpm-build rsync bc perl -y && \
yum install gcc-python-plugin --enablerepo=Plus -y && \
yum clean all
COPY . /usr/local/lib/plugsched/
RUN ln -s /usr/local/lib/plugsched/cli.py /usr/local/bin/plugsched-cli
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/escapety/plugsched.git
git@gitee.com:escapety/plugsched.git
escapety
plugsched
plugsched
master

搜索帮助