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

set -e

apt-get install -y build-essential debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves

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