This commit is contained in:
parent
bd8a3395e9
commit
a0eb52520d
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
# This file is used directly by the goreleaser build
|
||||
# It is used to build the final container image
|
||||
FROM alpine as certs
|
||||
RUN apk update && apk add ca-certificates
|
||||
|
||||
FROM scratch
|
||||
WORKDIR /
|
||||
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY /smtp2shoutrrr /usr/bin/smtp2shoutrrr
|
||||
ENTRYPOINT ["/usr/bin/smtp2shoutrrr"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue