From 2de55efcdb598d0dbafdb242be6c7aea6b731718 Mon Sep 17 00:00:00 2001 From: Lukas Stancik Date: Thu, 27 Feb 2025 15:31:54 +0100 Subject: [PATCH] Update requirements Add Docker to requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5f19e2..27eb162 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Code in this repository produces files for bootable Micro-SD card for RaspberryP - USB-C cable for powering RaspberryPi (could be plugged directly into a laptop) - Micro-SD card (I use 2GB and that's plenty big) - Formatted with single FAT32 partition named `entropi` - Properly set up machine running Wireguard peer instance reachable from the Internet + - Docker (to run Golang builds and building extras `apk` packages repository) ## Usage