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

set -e

apt-get update
apt-get install -y vim less man curl bash-completion rsync

cat /bootstrap/bash-profile/bash-completion.bash >> /root/.bash_profile