mailcow/data/Dockerfiles/rspamd
Michael Käufl 7fd982f948 [Dockerfiles] Do not persist DEBIAN_FRONTEND=noninteractive in images
According to https://github.com/moby/moby/issues/4032#issuecomment-163689851
(and some other comments in the issue) it's not recommended to set
`DEBIAN_FRONTEND` via `ENV` in a Dockerfile.  `ARG` has the same
effect at build time but does not change `DEBIAN_FRONTEND` in the
final image, so I switched to it.  It should also work to remove it
completely.
2017-05-13 18:10:04 +02:00
..
Dockerfile [Dockerfiles] Do not persist DEBIAN_FRONTEND=noninteractive in images 2017-05-13 18:10:04 +02:00
antivirus.conf Add config files to Rspamd 2017-02-28 10:01:04 +01:00
dkim_signing.lua Minor style changes 2017-05-08 15:38:03 +02:00
docker-entrypoint.sh Use DKIM selector from Redis 2017-05-08 14:11:30 +02:00
settings.conf Add config files to Rspamd 2017-02-28 10:01:04 +01:00