From f9940b919209c5e4edfc927761fb014ef5ddd5b0 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 16 Jun 2023 15:34:32 +0200 Subject: [PATCH] Use correct yaml package name --- infrastructure/devops-build/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/devops-build/image/Dockerfile b/infrastructure/devops-build/image/Dockerfile index 6400402..efb8f57 100644 --- a/infrastructure/devops-build/image/Dockerfile +++ b/infrastructure/devops-build/image/Dockerfile @@ -4,4 +4,4 @@ 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 python3 -m pip install -U pip; #RUN ln -s /usr/bin/python3 /usr/bin/python -RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa yaml; +RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa pyyaml;