U 更新Dockerfile

pull/517/head
vapao 2022-06-27 14:04:32 +08:00
parent 833b49a822
commit d2f3b105a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM centos:7.8.2003 FROM centos:7.8.2003
ENV TZ=Asia/Shanghai ENV TZ=Asia/Shanghai
RUN yum install -y epel-release https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y --setopt=tsflags=nodocs nginx redis mariadb-server mariadb-devel python36 python36-devel openldap-devel supervisor git gcc wget sshpass && yum -y clean all --enablerepo='*' RUN yum install -y epel-release https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y --setopt=tsflags=nodocs nginx redis mariadb-server mariadb-devel python36 python36-devel openldap-devel supervisor git gcc wget sshpass rsync sshfs && yum -y clean all --enablerepo='*'
RUN pip3 install --upgrade pip -i https://pypi.doubanio.com/simple/ RUN pip3 install --upgrade pip -i https://pypi.doubanio.com/simple/
RUN pip3 install --no-cache-dir -i https://pypi.doubanio.com/simple/ \ RUN pip3 install --no-cache-dir -i https://pypi.doubanio.com/simple/ \