forked from p34709852/monkey
Add 'DEBIAN_FRONTEND' as 'ARG'
Using 'ARG' instead of 'ENV' allows to define environment variables only for the build stage. See https://github.com/moby/moby/issues/4032#issuecomment-34597177.
This commit is contained in:
parent
f1dd30d18c
commit
195a3c8304
|
@ -3,6 +3,7 @@ FROM debian:jessie-slim
|
|||
LABEL MAINTAINER="theonlydoo <theonlydoo@gmail.com>"
|
||||
|
||||
ARG RELEASE=1.6
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
Loading…
Reference in New Issue