trying release with updated docker image

This commit is contained in:
bom 2022-05-20 12:29:28 +02:00
parent 2c1194c90d
commit d2d2ae7f55

View file

@ -3,4 +3,5 @@ FROM docker:latest
RUN set -eux; 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;
RUN python3 -m pip install -U pip; RUN python3 -m pip install -U pip;
RUN alias python='python3'
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa; RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa;