1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-25 22:22:29 +02:00

update tiddlywiki

This commit is contained in:
kev
2019-12-27 12:21:51 +08:00
parent 91e862cfb8
commit 3478b2c272
3 changed files with 7 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ RUN go get -d -v github.com/adnanh/webhook
RUN go build --ldflags '-s -extldflags "-static"' -i -o webhook github.com/adnanh/webhook
FROM alpine
MAINTAINER kev <noreply@easypi.pro>
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache bash coreutils curl jq
COPY --from=build /go/bin/webhook /usr/local/bin/
WORKDIR /etc/webhook