File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ FROM alpine:3.12
22
33COPY . /
44
5- RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
6- && echo "https://mirrors.aliyun.com/alpine/edge/testing" >> /etc/apk/repositories \
5+ RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
76 && apk add --update bash fontconfig curl grafana \
87 && curl -fsSL -o /usr/share/grafana/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
98 && chmod +x /usr/share/grafana/envtpl \
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ FROM alpine:3.12
22
33COPY . /
44
5- RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
6- && echo "https://mirrors.aliyun.com/alpine/edge/community" >> /etc/apk/repositories \
5+ RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
76 && apk add --update bash fontconfig curl influxdb \
87 && curl -SL -o /home/influxdb/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
98 && chmod +x /home/influxdb/envtpl \
You can’t perform that action at this time.
0 commit comments