1 Star 0 Fork 0

qiaodian/soar-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 923 Bytes
一键复制 编辑 原始数据 按行查看 历史
becivells 提交于 2018-11-30 20:03 . Dockerfile更新
FROM python:3.6-alpine3.8
MAINTAINER becivells <becivells@gmail.com>
#glib
RUN apk --no-cache add ca-certificates \
&& wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \
&& cd /tmp/&& wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \
&& apk add glibc-2.28-r0.apk && rm -rf /tmp/*
RUN apk add --no-cache --virtual .build-deps \
gcc \
g++ \
libffi-dev \
openssl-dev \
&& wget https://codeload.github.com/xiyangxixian/soar-web/zip/master -O /home/soar-web-master.zip \
&& cd /home/ && unzip soar-web-master.zip&& cd soar-web-master \
&& pip install -r requirement.txt && apk del .build-deps && rm -rf /home/soar-web-master.zip && rm -rf /tmp/*
RUN chmod -R 755 /home/soar-web-master
WORKDIR /home/soar-web-master
EXPOSE 5077
CMD ["python","/home/soar-web-master/soar-web.py"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qiaodian/soar-web.git
git@gitee.com:qiaodian/soar-web.git
qiaodian
soar-web
soar-web
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385