From 78cb98e8e3f0798d1b11a71e62a295f003ffe10d Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Tue, 21 Jan 2025 11:04:03 -0800 Subject: [PATCH] update CGO usage for docker in README. closes #237. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f765b0..aea5980 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ If you're not sure which SHA-256 hash (for a specific CA) to use, you can use th ```sh # first compile the Docker binaries -make docker +CGO_ENABLED=0 make docker # build the image docker build -t micromdm/scep:latest .