FROM photon:4.0
RUN tdnf install -y python3 python3-pip httpd python3-PyYAML python3-jinja2 && tdnf clean all
RUN pip3 install pipenv==2020.11.15