I have this step in my dockerfile
RUN apt install libpq-dev libxml2-dev libxslt1-dev libldap2-dev libssl-dev -y
And when I build it, it stuck with the prompts
How do I get pass this with pre-selected options?
I have this step in my dockerfile
RUN apt install libpq-dev libxml2-dev libxslt1-dev libldap2-dev libssl-dev -y
And when I build it, it stuck with the prompts
How do I get pass this with pre-selected options?