mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
65c18304c4
All the images except the gst-build fedora image, due to further changes being needed
8 lines
191 B
Docker
8 lines
191 B
Docker
FROM registry.fedoraproject.org/fedora:31
|
|
|
|
RUN dnf install -y \
|
|
python3-pytest \
|
|
python3-requests \
|
|
python3-pytest-cov \
|
|
git-core \
|
|
&& rm -rf /var/cache/dnf /var/log/dnf*
|