Skip to content
Snippets Groups Projects
Commit 88b805b3 authored by Simon McVittie's avatar Simon McVittie
Browse files

install-dependencies: Install devscripts


To move construction of the relocatable install into the container, we
need to have devscripts available.

Don't install its Recommends, because it has lots.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent ebcc1ac3
No related branches found
No related tags found
No related merge requests found
...@@ -30,11 +30,12 @@ NULL= ...@@ -30,11 +30,12 @@ NULL=
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
apt-get -q -y update apt-get -q -y update
apt-get -q -y upgrade apt-get -q -y upgrade
apt-get -q -y install \ apt-get -q -y --no-install-recommends install \
autoconf \ autoconf \
automake \ automake \
build-essential \ build-essential \
chrpath \ chrpath \
devscripts \
gcc-multilib \ gcc-multilib \
git \ git \
gtk-doc-tools \ gtk-doc-tools \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment