You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
Replace ENV with ARG for DEBIAN_FRONTEND (#1180)
Best practice suggests not using ENV for this setting as it persists after build. ARG is only set during build.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM debian:stretch-slim
|
||||
LABEL maintainer="Thomas VIAL"
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ENV VIRUSMAILS_DELETE_DELAY=7
|
||||
ENV ONE_DIR=0
|
||||
ENV ENABLE_POSTGREY=0
|
||||
|
Reference in New Issue
Block a user