mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
8683c2940b
So in the futuere we can avoid installing pytest each time
7 lines
No EOL
145 B
Docker
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* |