Add docker as a build dependency

This commit is contained in:
putty182 2019-02-16 14:25:56 +10:00 committed by Pierre Schmitz
parent c1f7a83627
commit e612e65be1

View File

@ -4,6 +4,7 @@ This repository contains all scripts and files needed to create a Docker base im
Install the following Arch Linux packages:
* make
* devtools
* docker
## Usage
Run `make docker-image` as root to build the base image.
## Purpose