gstreamer/docker/test_manifest/Dockerfile
Jordan Petridis 8683c2940b
docker: add an image to run the tests of the manifest
So in the futuere we can avoid installing pytest each time
2018-11-30 20:43:39 +02:00

7 lines
No EOL
145 B
Docker

FROM fedora
RUN dnf install -y \
python3-pytest \
python3-requests \
python3-pytest-cov \
&& rm -rf /var/cache/dnf /var/log/dnf*