2018-09-07 15:39:36 +00:00
|
|
|
FROM registry.fedoraproject.org/fedora:rawhide
|
2018-10-30 19:24:19 +00:00
|
|
|
RUN dnf -y install \
|
2018-09-25 09:32:20 +00:00
|
|
|
anaconda-tui \
|
|
|
|
libgit2-glib \
|
|
|
|
libselinux-python3 \
|
|
|
|
make \
|
|
|
|
pykickstart \
|
2019-08-29 22:28:46 +00:00
|
|
|
python3-ansible-runner \
|
2018-09-25 09:32:20 +00:00
|
|
|
python3-coverage \
|
|
|
|
python3-coveralls \
|
|
|
|
python3-flask \
|
|
|
|
python3-gevent \
|
2018-11-08 00:45:02 +00:00
|
|
|
python3-magic \
|
2018-09-25 09:32:20 +00:00
|
|
|
python3-mako \
|
2019-03-13 18:54:45 +00:00
|
|
|
python3-mock \
|
2018-09-25 09:32:20 +00:00
|
|
|
python3-nose \
|
|
|
|
python3-pocketlint \
|
2019-05-07 00:17:25 +00:00
|
|
|
python3-pycdlib \
|
2018-09-25 09:32:20 +00:00
|
|
|
python3-pylint \
|
2018-11-08 23:48:53 +00:00
|
|
|
python3-pyparted \
|
2019-06-14 19:12:07 +00:00
|
|
|
python3-toml \
|
2018-09-25 09:32:20 +00:00
|
|
|
python3-semantic_version \
|
|
|
|
python3-sphinx \
|
2019-03-26 22:46:03 +00:00
|
|
|
python3-sphinx-argparse \
|
2019-03-13 18:54:45 +00:00
|
|
|
python3-sphinx_rtd_theme \
|
2018-10-01 21:47:49 +00:00
|
|
|
python3-rpmfluff \
|
2018-10-18 20:15:00 +00:00
|
|
|
python3-librepo \
|
2019-02-25 22:38:37 +00:00
|
|
|
python3-pyvmomi \
|
2018-10-02 23:23:42 +00:00
|
|
|
beakerlib \
|
2018-09-25 09:32:20 +00:00
|
|
|
sudo \
|
2018-10-30 19:24:19 +00:00
|
|
|
rsync \
|
2018-11-02 18:47:31 +00:00
|
|
|
e2fsprogs \
|
2018-11-08 00:45:02 +00:00
|
|
|
xz-lzma-compat \
|
|
|
|
pbzip2 \
|
2018-11-02 18:47:31 +00:00
|
|
|
squashfs-tools \
|
2018-11-08 00:46:54 +00:00
|
|
|
qemu-img \
|
2019-08-29 22:28:46 +00:00
|
|
|
yamllint \
|
2018-11-08 00:45:02 +00:00
|
|
|
which && \
|
|
|
|
touch /.in-container
|
2018-09-25 09:32:20 +00:00
|
|
|
RUN useradd weldr
|
2018-11-14 01:06:40 +00:00
|
|
|
VOLUME /lorax-ro
|
|
|
|
VOLUME /test-results
|
|
|
|
WORKDIR /lorax-ro
|