File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ your own instuctions following a simple filesystem layout/syntax using
55` build_module.sh ` helper script, or falling back to package sources from
66[ pkg-oss] ( https://hg.nginx.org/pkg-oss ) .
77
8+ ## Requirements
9+
10+ To use the Dockerfiles provided here,
11+ [ Docker BuildKit] ( https://docs.docker.com/build/buildkit/ ) is required.
12+ This is enabled by default as of version 23.0; for earlier versions this can be
13+ enabled by setting the environment variable ` DOCKER_BUILDKIT ` to ` 1 ` .
14+
15+ If you can not or do not want to use BuildKit, you can use a previous version
16+ of these files, see for example
17+ https://github.com/nginxinc/docker-nginx/tree/4bf0763f4977fff7e9648add59e0540088f3ca9f/modules .
18+
819## Usage
920
1021```
You can’t perform that action at this time.
0 commit comments