diff options
author | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 |
commit | dfa50afcf0645fa697e304bdee3fbe5a78703420 (patch) | |
tree | 852ed0c1faaed080dba079953af18a1fa2eb77fc /docker/debian-dev/bootstrap/setup-base.bash | |
parent | 1c5f4ef46d6b765eddabe584fad949bdf784b3c0 (diff) | |
download | crupest-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-x | docker/debian-dev/bootstrap/setup-base.bash | 8 |
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 + |