aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/setup-dev-tools.bash
blob: 34bae8cd99b54db5d6f3d314216ce9de0e5804fa (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env bash

set -e

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

cp /bootstrap/quiltrc-dpkg /root/.quiltrc-dpkg
cat /bootstrap/bash-profile/dquilt.bash >> /root/.bash_profile