[Git][reproducible-builds/diffoscope][master] Use ARG instead of ENV for DEBIAN_FRONTEND in Dockerfile so we do not set this...

Chris Lamb gitlab at salsa.debian.org
Tue May 12 08:59:49 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
7c45086d by Chris Lamb at 2020-05-12T09:58:44+01:00
Use ARG instead of ENV for DEBIAN_FRONTEND in Dockerfile so we do not set this environment variable at runtime. Thanks to Emanuel Bronshtein. (Closes: reproducible-builds/diffoscope#103)

- - - - -


1 changed file:

- Dockerfile


Changes:

=====================================
Dockerfile
=====================================
@@ -1,6 +1,6 @@
 FROM debian:sid
 
-ENV DEBIAN_FRONTEND noninteractive
+ARG DEBIAN_FRONTEND noninteractive
 
 RUN apt-get update && apt-get dist-upgrade --yes
 RUN apt-get install --yes --no-install-recommends devscripts equivs



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/7c45086d64ae8e1417aa2699dfe11d1abcb34f18

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/7c45086d64ae8e1417aa2699dfe11d1abcb34f18
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200512/d1de28cb/attachment.htm>


More information about the rb-commits mailing list