Skip to content
Snippets Groups Projects
Unverified Commit 2c5e2ae8 authored by reivilibre's avatar reivilibre Committed by GitHub
Browse files

Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker image. (#13515)

parent e825f736
No related branches found
No related tags found
No related merge requests found
Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker image.
\ No newline at end of file
......@@ -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:
```
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment