mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
71ef6dd804
Fedora is now hosting its official docker images at https://registry.fedoraproject.org
8 lines
No EOL
190 B
Docker
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* |