FROM ubuntu

RUN apt-get update -y
RUN apt-get install -y ansible python3-pip jq wget curl
RUN pip3 install boto

