Skip to content
Snippets Groups Projects
install-dependencies-verification.sh 255 B
Newer Older
Torsten Grote's avatar
Torsten Grote committed
#!/usr/bin/env bash
set -e
set -x

apt-get install -y --no-install-recommends \
	python3-pip python3-setuptools python3-wheel \
	python3-libarchive-c \
	libmagic1

# Install latest diffoscope (version in Debian stable is outdated)
Nico's avatar
Nico committed
pip3 install diffoscope