mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-13 15:42:46 +02: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…
x
Reference in New Issue
Block a user