From 17d93c34ec68429cb45a1f2ab20cf2a15a9374fc Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 17 Aug 2023 17:10:13 +0200 Subject: [PATCH] adjust for buildtest --- infrastructure/ddadevops/image/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/ddadevops/image/Dockerfile b/infrastructure/ddadevops/image/Dockerfile index 833fa70..f284a2d 100644 --- a/infrastructure/ddadevops/image/Dockerfile +++ b/infrastructure/ddadevops/image/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.10-alpine RUN set -eux; -RUN apk add --no-cache python3 py3-pip openssl-dev bash git; +RUN apk add --no-cache python3 py3-pip openssl-dev bash git curl; RUN python3 -m pip install -U pip; RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection; +RUN pip3 install --upgrade ddadevops --pre