aboutsummaryrefslogtreecommitdiff
path: root/Builder1
blob: 5285458704ac59def694fe10929f31303882b7eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh -

set -ex

sed -i '/mount -t proc /d; /mount -t sysfs /d' /debootstrap/functions
/debootstrap/debootstrap --second-stage

ln -sf /bin/bash /bin/sh

apt-get update

apt-get install -y \
    libglib2.0-0 \
    libxrandr2 \
    python-xvfbwrapper \
    ratpoison \
    sudo