mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
upgrade webhook
This commit is contained in:
parent
248bac7760
commit
1af5bbd2bc
@ -5,7 +5,12 @@
|
||||
FROM alpine
|
||||
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/
|
||||
|
||||
|
BIN
webhook/webhook
BIN
webhook/webhook
Binary file not shown.
Loading…
Reference in New Issue
Block a user