aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/setup-base.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-21 21:50:26 +0800
committercrupest <crupest@outlook.com>2023-11-21 21:50:26 +0800
commitdfb79262f43060e2828079389773345467a733fd (patch)
treec6ed03449c9558ad1cccec5283b22de18c7d6bb0 /docker/debian-dev/bootstrap/setup-base.bash
parentac7ba2aa63f2a6cbf7bb42fb2c1c71f595570f71 (diff)
downloadcrupest-dfb79262f43060e2828079389773345467a733fd.tar.gz
crupest-dfb79262f43060e2828079389773345467a733fd.tar.bz2
crupest-dfb79262f43060e2828079389773345467a733fd.zip
docker(debian-dev): now cross-compile with sbuild should work.
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-base.bash')
-rwxr-xr-xdocker/debian-dev/bootstrap/setup-base.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/setup-base.bash b/docker/debian-dev/bootstrap/setup-base.bash
index 58adc1b..dda9e42 100755
--- a/docker/debian-dev/bootstrap/setup-base.bash
+++ b/docker/debian-dev/bootstrap/setup-base.bash
@@ -2,7 +2,9 @@
set -e
+. /bootstrap/func.bash
+
apt-get update
apt-get install -y vim less man curl bash-completion rsync
-cat /bootstrap/bash-profile/bash-completion.bash >> /root/.bash_profile
+append-bash-profile bash-completion.bash