Skip to content

Commit

Permalink
update build dockerfile (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Dec 5, 2024
1 parent 5948f18 commit da9c51d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM centos:7
RUN rm -rf /etc/yum.repos.d/*
RUN curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
FROM registry.openanolis.cn/openanolis/anolisos:8.9

RUN yum install -y wget rpm-build
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh --no-check-certificate
RUN sh Miniconda3-latest-Linux-x86_64.sh -p /opt/miniconda3 -b
Expand Down

0 comments on commit da9c51d

Please sign in to comment.