From 034e0d5e0d5e4b6af9ebb8e490ac65a2e618e366 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Tue, 5 Mar 2024 18:08:58 +0100 Subject: [PATCH] FIX: added missing dependencies --- .drone.yml | 2 +- Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 50c6ba0..1a239e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/Containerfile b/Containerfile index 74ca636..3c04a0e 100644 --- a/Containerfile +++ b/Containerfile @@ -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/