Hi @Dmitrii Baranov!
Check this basic iris-dev template on the Open Exchange. As you can see it installs git in Dockerfile changing user to root and back to iris-owner:
## install git
## USER root
##RUN apt update && apt-get -y install git
##USER ${ISC_PACKAGE_MGRUSER}if uncommented it installs git via user root. I hope this is what you wanted.
- Log in to post comments
