Skip to content

Commit

Permalink
Fix docs on using opm on alpine (closes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
neomantra authored Sep 8, 2017
1 parent 64186bf commit 4e12d1e
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 @@ -96,7 +96,7 @@ Starting at version 1.11.2.2, OpenResty includes a [package manager called `opm`

`opm` is built in all the images except `alpine` and `stretch`.

To use `opm` in the `alpine` image, you must also install the `perl` package; it is not included by default because it doubles the image size. You may install it like so: `apk add --no-cache perl`.
To use `opm` in the `alpine` image, you must also install the `curl` and `perl` packages; they are not included by default because they double the image size. You may install them like so: `apk add --no-cache curl perl`.

To use `opm` in the `stretch` image, you must also install the `openresty-opm` package as shown in [this example](https://github.com/openresty/docker-openresty/blob/master/stretch/Dockerfile.opm_example).

Expand Down

0 comments on commit 4e12d1e

Please sign in to comment.