From b0cc416d6933e17340e12b47d885ca9edbf3ee28 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 11 Jul 2021 17:56:31 +0100 Subject: [PATCH] OK fine use slim and install things there Needs a build pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56275de..688690d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,14 +7,14 @@ 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: paths: - .cache/pip before_script: - - apk add --no-cache bash + - apt-get update && apt-get install -y bash git - ./scripts/ansible/setup.sh script: - ./scripts/ansible/lint.sh