FROM photon:2.0
RUN tdnf install -y python3 \
&& tdnf install -y python3-pip
RUN pip3 install setuptools && pip3 install pipenv==2018.11.26