From 36f33c25477867ba159b6b337cb1217eed2f9172 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 11 Jul 2021 17:47:42 +0100 Subject: [PATCH] Use slim python container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6337953..927abec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ terraform: - ./scripts/terraform/lint.sh ansible: - image: python:3.9-alpine + image: python:3.9-slim variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" cache: