diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b11796a..9dde123 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "domaindrivenarchitecture/devops-build:4.0.0" +image: "domaindrivenarchitecture/devops-build:4.0.1" before_script: - python --version diff --git a/infrastructure/devops-build/image/Dockerfile b/infrastructure/devops-build/image/Dockerfile index 915db82..4124d8a 100644 --- a/infrastructure/devops-build/image/Dockerfile +++ b/infrastructure/devops-build/image/Dockerfile @@ -1,6 +1,6 @@ FROM docker:latest RUN set -eux; -RUN apk add --no-cache build-base rust python3 python3-dev py3-pip py3-setuptools py3-wheel libffi-dev openssl-dev cargo bash; +RUN apk add --no-cache build-base rust python3 python3-dev py3-pip py3-setuptools py3-wheel libffi-dev openssl-dev cargo bash git; RUN python3 -m pip install -U pip; -RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa pyyaml; +RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml;