diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-08 17:49:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-08 17:49:22 +0100 |
commit | e806e24fead5dc4e264aa92b615fd6eddbd8e7bc (patch) | |
tree | cf16cde484849cd1bd79d8df7e3a0e6e143a0d06 /app/email/build | |
parent | a84f4c8f877be2f8316b49d884d5039d5e5318ed (diff) | |
download | infrastructure-e806e24fead5dc4e264aa92b615fd6eddbd8e7bc.tar.gz infrastructure-e806e24fead5dc4e264aa92b615fd6eddbd8e7bc.zip |
Add SSL certificates in ALPS image
Diffstat (limited to 'app/email/build')
-rw-r--r-- | app/email/build/alps/Dockerfile | 1 |
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"] |