nyxt-docker
nyxt-docker copied to clipboard
Use 'ARG' statement for setting 'DEBIAN_FRONTEND=noninteractive'
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?
Interesting, thanks. I had missed this PR
~@deddu~ @dre-sctg : Anything else needed for this PR to get in?
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.
Fair enough. Thanks, @dre-sctg.