jdk instead of jre
This commit is contained in:
parent
5efa0c603d
commit
37ba22baa1
|
@ -18,7 +18,7 @@ RUN apt-get -y install php7.2
|
|||
RUN apt-get -y install r-base
|
||||
RUN apt-get -y install mono-complete
|
||||
RUN apt-get -y install nasm
|
||||
RUN apt-get -y install openjdk-8-jre
|
||||
RUN apt-get -y install openjdk-8-jdk
|
||||
|
||||
RUN useradd -m runner
|
||||
|
||||
|
|
Loading…
Reference in New Issue