You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-devops-build/infrastructure/devops-build/image/Dockerfile

6 lines
268 B
Docker

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 python3 -m pip install -U pip;
RUN pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa;