Install custom software in docker - accept EULA and set config parameter

hi,
i am trying to install a custom software within a dockerfile (FROM ubuntu:16.04). I am running “RUN ./install.sh” and the first thing in the install.sh is to accept an EULA. After EULA i need to give some parameter or for default value.

Any advice or ideas are welcome :slight_smile:

ps: i searched in a lot of blogs & posts, but i did not found a solution for my problem.

solved: ./install.sh has a “auto-install” option :smiley: