mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-15 11:47:09 +02:00
upgrade webhook
This commit is contained in:
parent
248bac7760
commit
1af5bbd2bc
@ -5,7 +5,12 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
MAINTAINER kev <noreply@datageek.info>
|
MAINTAINER kev <noreply@datageek.info>
|
||||||
|
|
||||||
RUN apk add -U bash
|
RUN set -xe \
|
||||||
|
&& apk add -U bash \
|
||||||
|
coreutils \
|
||||||
|
curl \
|
||||||
|
jq \
|
||||||
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY ./webhook /usr/local/bin/
|
COPY ./webhook /usr/local/bin/
|
||||||
|
|
||||||
|
BIN
webhook/webhook
BIN
webhook/webhook
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user