~dricottone/container-images

ref: e61b929e86a9f7fb86ddc619e5d2a25ced8d3d28 container-images/srht-todo-lmtp/Dockerfile -rw-r--r-- 145 bytes
e61b929eDominic Ricottone Okay now really things are updated a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
FROM registry.intra.dominic-ricottone.com/srht-todo-core:latest

USER root

RUN apk add --no-cache postfix

USER postfix

CMD ["todosrht-lmtp"]