gstreamer/docker/test_manifest/Dockerfile
Jordan Petridis 71ef6dd804 docker/fedora: use upstream registry to retch the base image
Fedora is now hosting its official docker images at
https://registry.fedoraproject.org
2019-03-14 15:33:05 +00:00

8 lines
No EOL
190 B
Docker

FROM registry.fedoraproject.org/fedora:29
RUN dnf install -y \
python3-pytest \
python3-requests \
python3-pytest-cov \
git-core \
&& rm -rf /var/cache/dnf /var/log/dnf*