dda-devops-build/infrastructure/ddadevops/image/Dockerfile

8 lines
279 B
Docker
Raw Normal View History

2023-07-13 06:52:46 +00:00
FROM python:3.10-alpine
RUN set -eux;
2023-08-17 15:10:13 +00:00
RUN apk add --no-cache python3 py3-pip openssl-dev bash git curl;
2023-07-13 06:52:46 +00:00
RUN python3 -m pip install -U pip;
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection;
2023-08-17 15:10:13 +00:00
RUN pip3 install --upgrade ddadevops --pre