aboutsummaryrefslogtreecommitdiff
path: root/app/email
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-08 17:49:22 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-08 17:49:22 +0100
commite806e24fead5dc4e264aa92b615fd6eddbd8e7bc (patch)
treecf16cde484849cd1bd79d8df7e3a0e6e143a0d06 /app/email
parenta84f4c8f877be2f8316b49d884d5039d5e5318ed (diff)
downloadinfrastructure-e806e24fead5dc4e264aa92b615fd6eddbd8e7bc.tar.gz
infrastructure-e806e24fead5dc4e264aa92b615fd6eddbd8e7bc.zip
Add SSL certificates in ALPS image
Diffstat (limited to 'app/email')
-rw-r--r--app/email/build/alps/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/email/build/alps/Dockerfile b/app/email/build/alps/Dockerfile
index 04599b4..a70c7c2 100644
--- a/app/email/build/alps/Dockerfile
+++ b/app/email/build/alps/Dockerfile
@@ -15,4 +15,5 @@ RUN go build -a -o /usr/local/bin/alps ./cmd/alps
FROM scratch
COPY --from=builder /usr/local/bin/alps /alps
COPY --from=builder /tmp/alps/themes /themes
+COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
ENTRYPOINT ["/alps"]