algorithm-archivists / algorithm-archive

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

Declare "noninteractive" environment variable globally in Dockerfile #1020

Closed ShadowMitia closed 1 year ago

berquist commented 1 year ago

Is #1021 an accidental incomplete duplicate?

ShadowMitia commented 1 year ago

Messed up my branches, sorry....

berquist commented 1 year 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 1 year ago

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