From 37ba22baa1f91263a5ed22e197ea8488352e942f Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Fri, 5 Oct 2018 21:18:46 -0500 Subject: [PATCH] jdk instead of jre --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bd80871..38b0982 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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