FROM python:3.11.1-slim
RUN pip3 install PyYAML requests
ADD . /app
CMD ["bash"]
