lorax/Dockerfile.test
David Shea a65b93c77d Switch the test container back to rawhide
Use fedora:rawhide again to run tests, but pull the test image from the
Fedora docker registry instead of the Docker docker registry.
2018-09-07 13:34:30 -04:00

15 lines
439 B
Docker

FROM registry.fedoraproject.org/fedora:rawhide
RUN dnf -y install make libgit2-glib tito python3-pylint \
python3-nose python3-mako python3-flask \
python3-coverage libselinux-python3 sudo \
pykickstart python3-pytoml python3-sphinx \
python3-semantic_version \
anaconda-tui
RUN mkdir /lorax
COPY . /lorax
WORKDIR /lorax
RUN make test