I am writing a Dockerfile to customize my customized WordPress environment. I start with ubuntu: the latter and would like to add some repositories dynamically by setting the ENV variable to the code name of the current version of Ubuntu. How can I do this, or is there a better way to achieve this?
source
share