From e939546eb77f85bc2613db78b1e4f1b53037ea6a Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 3 Feb 2025 14:02:32 +0100 Subject: [PATCH] docs: Improve readme (#190) * fix: typos in instructions * fix: use actual existing tag 2.26.1 --------- Co-authored-by: Michael Kriese --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60e659d..2e3b540 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Prebuild nix releases used by [containerbase/base](https://github.com/containerb Build the image ```bash -docker build -t builder --build-arg APT_HTTP_PROXY=http://apt-proxy:3142 --build-arg . +docker build -t builder --build-arg APT_HTTP_PROXY=http://apt-proxy:3142 . ``` Test the image ```bash -docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 8.0.3 +docker run --rm -it -v ${PWD}/.cache:/cache -e DEBUG=true builder 2.26.1 ``` `${PWD}/.cache` will contain packed releases after successful build.