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

This commit is contained in:
Dominik Meyer 2024-03-05 18:08:58 +01:00
parent 6ee392e55e
commit 034e0d5e0d
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ steps:
- buildah manifest push --all webhook2ntfy:latest docker://registry.cloud.federationhq.de/webhook2ntfy:latest
#- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
#- buildah manifest push --all imapfilter:latest docker://registry.hub.docker.com/byterazor/imapfilter:latest
- buildah manifest rm imapfilter:latest
- buildah manifest rm webhook2ntfy:latest
depends_on:
- build-amd64
- build-arm64

View File

@ -1,6 +1,6 @@
FROM alpine
RUN apk update && apk add --no-cache tini bash ca-certificates openssl perl perl-mojolicious
RUN apk update && apk add --no-cache tini bash ca-certificates openssl perl perl-mojolicious perl-json perl-mime-base64
RUN mkdir -p /opt/webhook2_ntfy/
ADD . /opt/webhook2_ntfy/