Skip to content

Commit

Permalink
Fix presubmit sample tests base image (#3200)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rui5i authored Mar 3, 2020
1 parent f272c41 commit 941f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sample-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 941f4f5

Please sign in to comment.