Merge pull request #1772 from dataease/pr@dev@refactor_switch_image

refactor: 切换镜像源
This commit is contained in:
fit2cloud-chenyw 2022-02-15 15:29:52 +08:00 committed by GitHub
commit 53c9dfc18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM registry.cn-qingdao.aliyuncs.com/dataease/fabric8-java-alpine-openjdk8-jre:edge
RUN echo -e 'http://mirrors.aliyun.com/alpine/edge/main/\nhttp://mirrors.aliyun.com/alpine/edge/community/' > /etc/apk/repositories
RUN echo -e 'https://dl-cdn.alpinelinux.org/alpine/edge/main/\nhttps://dl-cdn.alpinelinux.org/alpine/edge/community/' > /etc/apk/repositories
#RUN apk add chromium chromium-chromedriver fontconfig --no-cache --allow-untrusted