aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/setup-dev-tools.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-01 20:58:53 +0800
committercrupest <crupest@outlook.com>2023-11-13 13:47:29 +0800
commit47a626b854f4125dd9e3fbb7f222398668a50267 (patch)
treef31f72947b053eb252e73cc9403bfccbbc11333d /docker/debian-dev/bootstrap/setup-dev-tools.bash
parenta6798ef93398925f82b02348024d0e1507da0c9d (diff)
downloadcrupest-47a626b854f4125dd9e3fbb7f222398668a50267.tar.gz
crupest-47a626b854f4125dd9e3fbb7f222398668a50267.tar.bz2
crupest-47a626b854f4125dd9e3fbb7f222398668a50267.zip
(docker:debian-dev) add dquilt.
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-dev-tools.bash')
-rwxr-xr-xdocker/debian-dev/bootstrap/setup-dev-tools.bash5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/setup-dev-tools.bash b/docker/debian-dev/bootstrap/setup-dev-tools.bash
index 67d8494..e66cf94 100755
--- a/docker/debian-dev/bootstrap/setup-dev-tools.bash
+++ b/docker/debian-dev/bootstrap/setup-dev-tools.bash
@@ -2,5 +2,8 @@
set -e
-apt-get install -y build-essential debhelper cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves
+apt-get install -y build-essential debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves
+
+cp /boostrap/quiltrc-dpkg /root/.quiltrc-dpkg
+cat /bootstrap/bash-profile/dquilt.bash >> /root/.bash_profile