Skip to content

Commit

Permalink
docs: Improve readme (#190)
Browse files Browse the repository at this point in the history
* fix: typos in instructions

* fix: use actual existing tag 2.26.1

---------

Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
SuperSandro2000 and viceice authored Feb 3, 2025
1 parent 8aded6d commit e939546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e939546

Please sign in to comment.