File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM drycc/go-dev:latest AS go-dev
44FROM grafana/grafana:7.3.4
55USER root
66COPY . /
7- COPY --from=go-dev /bin/envtpl /home/influxdb /envtpl
7+ COPY --from=go-dev /bin/envtpl /usr/share/grafana /envtpl
88RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
99 && apk add --update bash fontconfig curl \
1010 && chmod +x /usr/share/grafana/start-grafana \
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ exec " $@ "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM drycc/go-dev:latest AS go-dev
44FROM telegraf:1.16.2
55
66COPY . /
7- COPY --from=go-dev /bin/envtpl /home/influxdb /envtpl
7+ COPY --from=go-dev /bin/envtpl /usr/bin /envtpl
88
99RUN apt-get update \
1010 && apt-get install -y --no-install-recommends jq \
You can’t perform that action at this time.
0 commit comments