diff --git a/1.14.5/bullseye/docker-entrypoint.py b/1.14.5/bullseye/docker-entrypoint.py index 070742c..9f61956 100755 --- a/1.14.5/bullseye/docker-entrypoint.py +++ b/1.14.5/bullseye/docker-entrypoint.py @@ -99,7 +99,7 @@ def convert_env(executable): cli_arguments = [] for option in man_options: - env_option = os.environ.get(option_to_env(option)) + env_option = os.environ.pop(option_to_env(option), None) if env_option is not None: cli_option = "-" + option