1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

upgrade webhook

This commit is contained in:
kev 2016-01-26 01:00:44 +08:00
parent 248bac7760
commit 1af5bbd2bc
2 changed files with 6 additions and 1 deletions

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

Binary file not shown.