feature/add-webhook-dockerfile #18
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 \
|
||||
&& tar --strip-components=1 -xvzf artifact.tar.gz \
|
||||
&& ls -ls \
|
||||
&& chmod +x webhook \
|
||||
rm artifact.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue