2021-03-12 14:43:44 +00:00
|
|
|
FROM docker:latest
|
|
|
|
|
|
|
|
RUN set -eux;
|
2023-03-17 16:35:08 +00:00
|
|
|
RUN apk add --no-cache build-base rust python3 python3-dev py3-pip py3-setuptools py3-wheel libffi-dev openssl-dev cargo bash;
|
2021-03-12 14:43:44 +00:00
|
|
|
RUN python3 -m pip install -U pip;
|
2023-06-16 13:34:32 +00:00
|
|
|
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa pyyaml;
|