From b59c7a20b77f0456f1cf7ffd69532d9ac6170a3d Mon Sep 17 00:00:00 2001 From: Brian Gibbon Date: Tue, 5 Dec 2023 21:08:06 +0000 Subject: [PATCH] Revert changes to test docker container --- tests/py/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/py/Dockerfile b/tests/py/Dockerfile index 97f47640..7d23bd8c 100644 --- a/tests/py/Dockerfile +++ b/tests/py/Dockerfile @@ -1,10 +1,7 @@ -FROM gcr.io/cloud-marketplace/google/ubuntu2204 - -RUN apt-get update && apt-get install -y --no-install-recommends \ - python3 \ - python3-pip +FROM gcr.io/google-appengine/python RUN pip3 install \ + futures \ google-cloud-storage \ pyflakes \ pyOpenSSL \