diff options
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-dev.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup-dev.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/debian-dev/bootstrap/setup-dev.bash b/docker/debian-dev/bootstrap/setup-dev.bash index 2e69da7..a2f2f52 100755 --- a/docker/debian-dev/bootstrap/setup-dev.bash +++ b/docker/debian-dev/bootstrap/setup-dev.bash @@ -5,9 +5,8 @@ set -e . /bootstrap/func.bash apt-get install -y build-essential git devscripts debhelper quilt \ - cpio kmod bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves + cpio kmod bc python bison flex libelf-dev libssl-dev libncurses-dev dwarves -append-bash-profile dev.bash append-bash-profile dquilt.bash copy-home-dot-file devscripts copy-home-dot-file quiltrc-dpkg |