From b963342d9b02cf9c8450c7ec6b5890c319134e08 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 17 Mar 2023 17:35:08 +0100 Subject: [PATCH] fix devops-build --- infrastructure/devops-build/image/Dockerfile | 4 ++-- infrastructure/devops-build/test/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/devops-build/image/Dockerfile b/infrastructure/devops-build/image/Dockerfile index ef142bc..8c17d6f 100644 --- a/infrastructure/devops-build/image/Dockerfile +++ b/infrastructure/devops-build/image/Dockerfile @@ -1,7 +1,7 @@ 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; +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 ln -s /usr/bin/python3 /usr/bin/python RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa; \ No newline at end of file diff --git a/infrastructure/devops-build/test/Dockerfile b/infrastructure/devops-build/test/Dockerfile index c2cdabc..0ad30f6 100644 --- a/infrastructure/devops-build/test/Dockerfile +++ b/infrastructure/devops-build/test/Dockerfile @@ -1,4 +1,4 @@ -FROM domaindrivenarchitecture/devops-build +FROM devops-build RUN apk update RUN apk add curl openjdk8