FROM fedora:23 RUN dnf install -y python-pip RUN mkdir /var/log/python-redfish RUN pip install python-redfish CMD ["/bin/bash"]