add gettext to webhooks image
parent
1366faed27
commit
249fe44224
|
|
@ -1,7 +1,7 @@
|
||||||
FROM almir/webhook:latest as build
|
FROM almir/webhook:latest as build
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk --no-cache add git openssh-client bash nano
|
RUN apk --no-cache add git openssh-client bash nano gettext
|
||||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||||
COPY hooks.json.tmpl /etc/webhook/hooks.json.tmpl
|
COPY hooks.json.tmpl /etc/webhook/hooks.json.tmpl
|
||||||
COPY entrypoint.sh /etc/webhook/entrypoint.sh
|
COPY entrypoint.sh /etc/webhook/entrypoint.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue