1 Star 0 Fork 15

wangrongwei/plugsched

forked from anolis/plugsched 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.x86_64 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yihao Wu 提交于 2022-02-22 18:54 . contrib: add Dockerfile for aarch64
# 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 \
elfutils-libelf-devel 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangrongwei1995/plugsched.git
git@gitee.com:wangrongwei1995/plugsched.git
wangrongwei1995
plugsched
plugsched
master

搜索帮助