From 941f4f5735c7bc9220cdeff950b5f50ab31484f7 Mon Sep 17 00:00:00 2001 From: Rui Fang <31815555+rui5i@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:07:37 -0800 Subject: [PATCH] Fix presubmit sample tests base image (#3200) * Initial execution cache This commit adds initial execution cache service. Including http service and execution key generation. * fix master * Fix sample tests base image * fix master --- test/sample-test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sample-test/Dockerfile b/test/sample-test/Dockerfile index 6d18303ce21..b2f3dbd0fcc 100644 --- a/test/sample-test/Dockerfile +++ b/test/sample-test/Dockerfile @@ -4,7 +4,7 @@ FROM google/cloud-sdk:279.0.0 RUN apt-get update -y RUN apt-get install --no-install-recommends -y -q libssl-dev libffi-dev wget ssh -RUN apt-get install --no-install-recommends -y -q default-jre default-jdk python3-setuptools python3-dev gcc +RUN apt-get install --no-install-recommends -y -q default-jre default-jdk python3-setuptools python3.7-dev gcc RUN wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py