ed1b4a6b22
until CentOS9 is released. Related: rhbz#2010542
8 lines
201 B
Docker
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
|