mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
e80cb8adcf
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
10 lines
164 B
Docker
10 lines
164 B
Docker
FROM r.j3ss.co/curl
|
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|
|
|
RUN apk add --no-cache \
|
|
bash
|
|
|
|
COPY sendmail /usr/bin/sendmail
|
|
|
|
ENTRYPOINT [ "sendmail" ]
|