From: Nicolò Intrieri <81313286+n-borges@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:01:15 +0000 (+0200) Subject: makes install available for all users in docker image (#3202) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f066e3fcae49554118962d2bbd9ec92a9958acf3?ds=sidebyside;hp=f066e3fcae49554118962d2bbd9ec92a9958acf3 makes install available for all users in docker image (#3202) * makes install available for all users in docker image moves the installation path from /root/.local to a virtualenv. this way we still get the lightweight multistage build without excluding non-root users. * adds changelog entry for docker-image fix A changelog entry has been added under the Integration subheader * changes dockerfile to use the venv activate script we are now using the inbuilt venv activate script, as well as explicitly mentioning the binary location in the entrypoint cmd. Co-authored-by: Nicolò Co-authored-by: Cooper Lees ---