From d3c33fca6611c8e7b175201901c15b25ae1fe054 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 21 Sep 2024 14:42:28 +0000 Subject: [PATCH] Added workflow info to build_commands.md --- build_commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_commands.md b/build_commands.md index 3bcae96..70ddb63 100644 --- a/build_commands.md +++ b/build_commands.md @@ -1,5 +1,7 @@ Commands I executed for testing the build of cmatrix in a alpine-based docker container. +The workflow: These can be copied to a plain Dockerfile (with only the alpine base and possibly author info already defined) and then cleaned to a single RUN command. + ```sh hostname git @@ -37,4 +39,4 @@ make ./cmatrix ./cmatrix -b history - +```