File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN set -ex && \
17
17
done && \
18
18
wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
19
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 && \
20
+ gpg --batch --verify kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
21
21
mkdir -p /usr/src && \
22
- tar -C /usr/src -xzf kapacitor-v ${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
22
+ tar -C /usr/src -xzf kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
23
23
cp -ar /usr/src/kapacitor-*/* / && \
24
24
gpgconf --kill all && \
25
25
rm -rf *.tar.gz* /usr/src /root/.gnupg && \
You can’t perform that action at this time.
0 commit comments