diff options
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-dev-tools.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup-dev-tools.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/setup-dev-tools.bash b/docker/debian-dev/bootstrap/setup-dev-tools.bash index ee1be07..34bae8c 100755 --- a/docker/debian-dev/bootstrap/setup-dev-tools.bash +++ b/docker/debian-dev/bootstrap/setup-dev-tools.bash @@ -2,7 +2,8 @@ set -e -apt-get install -y build-essential devscripts debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves +apt-get install -y build-essential git devscripts debhelper quilt \ + cpio kmod bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves cat /bootstrap/bash-profile/dev.bash >> /root/.bash_profile |