docker-rust icon indicating copy to clipboard operation
docker-rust copied to clipboard

ENV persists past the build of the image.

Open ahmedcharles opened this issue 8 years ago • 0 comments

It shouldn't be used for DEBIAN_FRONTEND=noninteractive because future interactive runs of the image will inherit the ENV and treat the session as noninteractive.

ahmedcharles avatar Apr 05 '17 00:04 ahmedcharles