This commit is contained in:
holzi1005 2024-12-18 17:41:23 +01:00
parent 87c8fce5fd
commit 37c44910d6

View file

@ -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