From e612e65be1c11d3d4a922e5a158c4adb44014315 Mon Sep 17 00:00:00 2001 From: putty182 Date: Sat, 16 Feb 2019 14:25:56 +1000 Subject: [PATCH] Add `docker` as a build dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7a668d..4dfbc53 100644 --- a/README.md +++ b/README.md @@ -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