mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
mailman
This commit is contained in:
parent
562971fa2e
commit
0ba33e0578
9
mailman/Dockerfile
Normal file
9
mailman/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM debian:jessie
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get update && apt-get install -y \
|
||||
mailman \
|
||||
--no-install-recommends
|
||||
|
||||
ENTRYPOINT [ "mailman" ]
|
Loading…
Reference in New Issue
Block a user