Add fakeroot as a build dependency

This commit is contained in:
Justin Kromlinger 2020-07-30 17:55:18 +02:00
parent fa1ed71419
commit 026d2788df
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -6,6 +6,7 @@ Install the following Arch Linux packages:
* devtools
* docker
* fakechroot
* fakeroot
## Usage
Run `make docker-image` as root to build the base image.
## Purpose