From 66703ace8dc66c083382402447fc7351ab9458ce Mon Sep 17 00:00:00 2001 From: elpapi42 Date: Thu, 18 Feb 2021 21:07:43 -0400 Subject: [PATCH] Use slim debian image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0306c9..f565ab0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM google/cloud-sdk:latest +FROM google/cloud-sdk:slim RUN apt-get install software-properties-common -y && apt-get update -y RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -