FIX: added missing dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6ee392e55e
commit
034e0d5e0d
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user