mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
7 lines
145 B
Docker
7 lines
145 B
Docker
|
FROM fedora
|
||
|
|
||
|
RUN dnf install -y \
|
||
|
python3-pytest \
|
||
|
python3-requests \
|
||
|
python3-pytest-cov \
|
||
|
&& rm -rf /var/cache/dnf /var/log/dnf*
|