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

Use 'ARG' statement for setting 'DEBIAN_FRONTEND=noninteractive'

Open pataquets opened this issue 4 years ago • 4 comments

Setting it via ARG makes it available during all the build (eg. the dpkg invocation). Also, the variable is not set at container run time (only during build). Maybe NYXTVERSION could use the same?

pataquets avatar Jan 18 '22 23:01 pataquets

Interesting, thanks. I had missed this PR

dre-sctg avatar Feb 18 '22 21:02 dre-sctg

~@deddu~ @dre-sctg : Anything else needed for this PR to get in?

pataquets avatar Mar 01 '22 18:03 pataquets

No, not really, there's nothing to do. I'm waiting for nyxt's next release, and I'll merge this in. I'm just trying to avoid having the actual dockerfile here being different from the one deployed in docker hub.

dre-sctg avatar Mar 02 '22 11:03 dre-sctg

Fair enough. Thanks, @dre-sctg.

pataquets avatar Mar 02 '22 11:03 pataquets