gstreamer/ci/docker/debian/install-deps.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
206 B
Bash
Raw Normal View History

#! /bin/bash
set -eux
apt update -y && apt full-upgrade -y
apt install -y $(<./ci/docker/debian/deps.txt)
pip3 install --break-system-packages meson hotdoc python-gitlab tomli junitparser
apt clean all