update
This commit is contained in:
parent
87c8fce5fd
commit
37c44910d6
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ WORKDIR /opt/webhook
|
||||||
|
|
||||||
RUN wget https://github.com/adnanh/webhook/releases/download/${VERSION}/webhook-linux-amd64.tar.gz -O artifact.tar.gz \
|
RUN wget https://github.com/adnanh/webhook/releases/download/${VERSION}/webhook-linux-amd64.tar.gz -O artifact.tar.gz \
|
||||||
&& tar --strip-components=1 -xvzf artifact.tar.gz \
|
&& tar --strip-components=1 -xvzf artifact.tar.gz \
|
||||||
|
&& ls -ls \
|
||||||
&& chmod +x webhook \
|
&& chmod +x webhook \
|
||||||
rm artifact.tar.gz
|
rm artifact.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue