Skip to content

Commit

Permalink
Merge pull request #576 from eokoneyo/doc/fix-issue-with-apk-package-…
Browse files Browse the repository at this point in the history
…recommendation

specify correct package to install for extraction on alpine machines
  • Loading branch information
skarnet authored May 3, 2024
2 parents 941fbd8 + 802f826 commit 1661108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Make sure to preserve file permissions when extracting (i.e. to use the
The project is distributed as a set of standard .tar.xz files, which you extract at the root of your image.
(You need the xz-utils package for `tar` to understand `.tar.xz` files; it is available
in every distribution, but not always in the default container images, so you may need
to `apt install xz-utils` or `apk add xz-utils`, or equivalent, before you can
to `apt install xz-utils` or `apk add xz`, or equivalent, before you can
expand the archives.)

Afterwards, set your `ENTRYPOINT` to `/init`.
Expand Down

0 comments on commit 1661108

Please sign in to comment.