python-redfish/redfish-client/tests/Dockerfile.fedorapip
Uggla 66cb53df4e Add tests to validate python-redfish is working with python3
- Update setuptools within dockerfiles to support requirements.txt syntax.
- Check that tests can be run with Python2 and 3.
2016-03-07 11:15:32 +01:00

7 lines
129 B
Docker

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