FROM python:latest RUN pip install aws-cdk-lib RUN apt update && \ apt install -y curl wget git yq jq unzip nodejs npm && \ rm -rf /var/lib/apt/lists/* RUN npm i -g aws-cdk ENTRYPOINT [ "/bin/bash" ]