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

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

13 lines
240 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)
apt remove -y rustc cargo
pip3 install --break-system-packages meson==1.5.2 hotdoc python-gitlab tomli junitparser
apt clean all