docker-rust
docker-rust copied to clipboard
ENV persists past the build of the image.
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.