From affd45aa1fbb87c47d51483c24d4f2cb56b3ee7e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 13 Nov 2023 13:46:28 +0800 Subject: (docker:debian-dev) add devscripts. disable sbuild. --- docker/debian-dev/bootstrap/setup-dev-tools.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/debian-dev/bootstrap') diff --git a/docker/debian-dev/bootstrap/setup-dev-tools.bash b/docker/debian-dev/bootstrap/setup-dev-tools.bash index a8fa9d1..f30deca 100755 --- a/docker/debian-dev/bootstrap/setup-dev-tools.bash +++ b/docker/debian-dev/bootstrap/setup-dev-tools.bash @@ -2,7 +2,7 @@ set -e -apt-get install -y build-essential debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves +apt-get install -y build-essential devscripts debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves cp /bootstrap/quiltrc-dpkg /root/.quiltrc-dpkg cat /bootstrap/bash-profile/dquilt.bash >> /root/.bash_profile -- cgit v1.2.3