FIX: added more missing dependencies
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dominik Meyer 2024-03-05 18:13:17 +01:00
parent 034e0d5e0d
commit 2c9c982855
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 3 additions and 1 deletions

View File

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