Hi,
The IRIS Health Docker image comes with Java 1.8 but I need OpenJDK 11. How could I install that using aptitude or somehow else?
The apt-get
command requires elevation but if I rewrite the command with sudo apt-get
it won't build with error message /bin/sh: sudo: not found
Is it possible to do what I want?