File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ RUN set -ex && \
15
15
do \
16
16
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
17
17
done && \
18
- wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-v ${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
19
- wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-v ${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
20
- gpg --batch --verify kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-v ${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
18
+ wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
19
+ wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
20
+ gpg --batch --verify kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
21
21
mkdir -p /usr/src && \
22
22
tar -C /usr/src -xzf kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
23
23
cp -ar /usr/src/kapacitor-*/* / && \
You can’t perform that action at this time.
0 commit comments