FIX: added more missing dependencies
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
034e0d5e0d
commit
2c9c982855
@ -1,6 +1,8 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk update && apk add --no-cache tini bash ca-certificates openssl perl perl-mojolicious perl-json perl-mime-base64
|
||||
RUN apk update && apk add --no-cache tini bash ca-certificates openssl perl perl-mojolicious perl-json perl-mime-base64 perl-app-cpanminus
|
||||
|
||||
RUN cpanm install URI::Escape
|
||||
|
||||
RUN mkdir -p /opt/webhook2_ntfy/
|
||||
ADD . /opt/webhook2_ntfy/
|
||||
|
Loading…
Reference in New Issue
Block a user