lorax/Dockerfile.test
Brian C. Lane ed1b4a6b22 When running the tests in docker/podman use the Fedora 34 image
until CentOS9 is released.

Related: rhbz#2010542
2021-10-05 11:37:27 -07:00

8 lines
201 B
Docker

FROM registry.fedoraproject.org/fedora:34
COPY test-packages .
RUN dnf -y install $(cat test-packages) && touch /.in-container
RUN useradd weldr
VOLUME /lorax-ro
VOLUME /test-results
WORKDIR /lorax-ro