aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/setup-base.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-01 20:58:53 +0800
committercrupest <crupest@outlook.com>2023-11-01 20:58:53 +0800
commitdfa50afcf0645fa697e304bdee3fbe5a78703420 (patch)
tree852ed0c1faaed080dba079953af18a1fa2eb77fc /docker/debian-dev/bootstrap/setup-base.bash
parent1c5f4ef46d6b765eddabe584fad949bdf784b3c0 (diff)
downloadcrupest-dfa50afcf0645fa697e304bdee3fbe5a78703420.tar.gz
crupest-dfa50afcf0645fa697e304bdee3fbe5a78703420.tar.bz2
crupest-dfa50afcf0645fa697e304bdee3fbe5a78703420.zip
(docker:debian-dev) Add more setups(sbuild).
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-base.bash')
-rwxr-xr-xdocker/debian-dev/bootstrap/setup-base.bash8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/setup-base.bash b/docker/debian-dev/bootstrap/setup-base.bash
new file mode 100755
index 0000000..59ad70e
--- /dev/null
+++ b/docker/debian-dev/bootstrap/setup-base.bash
@@ -0,0 +1,8 @@
+#! /usr/bin/env bash
+
+set -e
+
+apt-get install vim less man bash-completion
+
+cat /bootstrap/bash-profile-bash-completion.bash > /root/.bash_profile
+