ARG IMAGE_FROM="bitbull/cli:dev"

FROM ${IMAGE_FROM}

RUN apt update
RUN apt install -y python python-pip
RUN pip install awscli

