algorithm-archivists / algorithm-archive

A collaborative book on algorithms
https://www.algorithm-archive.org
MIT License
2.33k stars 353 forks source link

Declare "noninteractive" environment variable globally in Dockerfile #1020

Closed ShadowMitia closed 8 months ago

berquist commented 8 months ago

Is #1021 an accidental incomplete duplicate?

ShadowMitia commented 8 months ago

Messed up my branches, sorry....

berquist commented 8 months ago

My only concern is that this will be annoying for someone using this image as a dev container. Is there a way to set image build args for dev containers?

ShadowMitia commented 8 months ago

ARGs are only available during builds, so it shouldn't interfere afterwards. And you can override them.