docker-devuan_paddy-hack/bootstrap.sh

14 lines
266 B
Bash
Executable File

#!/bin/sh
# bootstrap.sh -- a Devuan base image
# Copyright (C) 2017 Olaf Meeuwissen
#
# License: GPL-3.0+
DEBIAN_FRONTEND=noninteractive
export DEBIAN_FRONTEND
apt-get update
apt-get install debootstrap -q -y
debootstrap --variant=minbase jessie /devuan/rootfs