From 30673ff200bdc5a24e4ed7c3ff9523d870de5296 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 27 Jun 2019 08:45:04 -0400 Subject: [PATCH] backslash at the end of the comment --- kokoro/linux/64-bit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/linux/64-bit/Dockerfile b/kokoro/linux/64-bit/Dockerfile index c4f105ca3f..fd51f1f31c 100644 --- a/kokoro/linux/64-bit/Dockerfile +++ b/kokoro/linux/64-bit/Dockerfile @@ -66,7 +66,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ openjdk-7-jdk \ # -- For java_oracle7 -- \ oracle-java7-installer \ - # -- For java_linkage_monitor + # -- For java_linkage_monitor \ openjdk-8-jdk \ # -- For python / python_cpp -- \ python-setuptools \