mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
a9e17aad52
We don't need the full blown git pakcage and we can avoid a couple of perl deps that way
8 lines
No EOL
160 B
Docker
8 lines
No EOL
160 B
Docker
FROM fedora
|
|
|
|
RUN dnf install -y \
|
|
python3-pytest \
|
|
python3-requests \
|
|
python3-pytest-cov \
|
|
git-core \
|
|
&& rm -rf /var/cache/dnf /var/log/dnf* |