mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 06:31:08 +00:00
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*
|