17 Star 55 Fork 14

anolis/plugsched

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright 2019-2022 Alibaba Group Holding Limited.
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
From openanolis/anolisos:latest
RUN yum install epel-aliyuncs-release -y && \
yum install python3 python3-pip gcc gcc-c++ libyaml-devel -y && \
yum install python3-sh python3-docopt python3-pyyaml python3-colorlog -y
RUN yum install make bison flex \
gcc-plugin-devel \
systemd git \
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anolis/plugsched.git
[email protected]:anolis/plugsched.git
anolis
plugsched
plugsched
master

搜索帮助