mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
8 lines
No EOL
155 B
Docker
8 lines
No EOL
155 B
Docker
FROM fedora
|
|
|
|
RUN dnf install -y \
|
|
python3-pytest \
|
|
python3-requests \
|
|
python3-pytest-cov \
|
|
git \
|
|
&& rm -rf /var/cache/dnf /var/log/dnf* |