FROM python:3-slim-buster ENV LANG en_US.UTF-8 ENV LC_ALL en_US.UTF-8 COPY . /ansible WORKDIR /ansible RUN apt update -y; \ apt install -y git make sshpass; \ make install;