VERSION 0.8

aws:
    FROM amazon/aws-cli
    RUN amazon-linux-extras install epel -y
    RUN yum -y install oathtool jq
    COPY assume-developer-role.sh /bin/assume-developer-role
