Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker image. (#13515)
This commit is contained in:
parent
e825f7366b
commit
2c5e2ae898
|
@ -0,0 +1 @@
|
||||||
|
Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker image.
|
|
@ -191,7 +191,7 @@ If you need to build the image from a Synapse checkout, use the following `docke
|
||||||
build` command from the repo's root:
|
build` command from the repo's root:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker build -t matrixdotorg/synapse -f docker/Dockerfile .
|
DOCKER_BUILDKIT=1 docker build -t matrixdotorg/synapse -f docker/Dockerfile .
|
||||||
```
|
```
|
||||||
|
|
||||||
You can choose to build a different docker image by changing the value of the `-f` flag to
|
You can choose to build a different docker image by changing the value of the `-f` flag to
|
||||||
|
|
Loading…
Reference in New Issue