1 Star 0 Fork 12

有来有去/:O / ddtalk_ldap

forked from single_yang / ddtalk_ldap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨宇航 提交于 2020-09-21 12:29 . 上传代码
FROM python:3.7-alpine
MAINTAINER yangyuhang
WORKDIR /app
COPY . /app
RUN sed -i 's/dl-cdn.alpinelinux.org/mirror.tuna.tsinghua.edu.cn/g' /etc/apk/repositories &&\
apk add --no-cache --virtual=build-dependencies \
g++ \
build-base libffi-dev python3-dev \
libffi openssl ca-certificates gcc musl-dev libxslt-dev libressl-dev \
jpeg-dev zlib-dev freetype-dev lcms2-dev openjpeg-dev tiff-dev tk-dev tcl-dev \
linux-headers pcre-dev && \
apk add --no-cache tzdata && \
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
python -m pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple/ && \
pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ && \
apk del g++ && \
apk del --purge \
build-dependencies && \
rm -rf /root/.cache \
/tmp/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/weyoung3350/ddtalk_ldap.git
git@gitee.com:weyoung3350/ddtalk_ldap.git
weyoung3350
ddtalk_ldap
ddtalk_ldap
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891