64 Star 411 Fork 211

纳兰秋水 / AnsibleUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 530 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
刘文瑞 提交于 2020-07-09 10:26 . 修改 drf 展示
FROM centos:7
ENV LANG en_US.utf8
ADD . /data
WORKDIR /data/
RUN set -ex \
&& echo -e 'export LANG="zh_CN.UTF-8"\nexport LC_ALL="zh_CN.UTF-8"' > /etc/locale.confsource /etc/locale.conf \
&& yum -y install epel-release \
&& yum -y install gcc-c++ nc python3-devel mysql-devel openssh sshpass openssh-clients \
&& pip3 install -i http://mirrors.aliyun.com/pypi/simple/ -r requirements.txt --trusted-host mirrors.aliyun.com
EXPOSE 10089
COPY dockerRun.sh .
CMD ["./dockerRun.sh"]
# docker build -t ansible_ui .
Python
1
https://gitee.com/lwr_dgas/AnsibleUI.git
git@gitee.com:lwr_dgas/AnsibleUI.git
lwr_dgas
AnsibleUI
AnsibleUI
master

搜索帮助

14c37bed 8189591 565d56ea 8189591