jdk instead of jre

This commit is contained in:
Brian Seymour 2018-10-05 21:18:46 -05:00
parent 5efa0c603d
commit 37ba22baa1
1 changed files with 1 additions and 1 deletions

View File

@ -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