Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2c5e2ae

Browse files
authored
Document that the DOCKER_BUILDKIT=1 flag is needed to build the docker image. (#13515)
1 parent e825f73 commit 2c5e2ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/13515.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker image.

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ If you need to build the image from a Synapse checkout, use the following `docke
191191
build` command from the repo's root:
192192

193193
```
194-
docker build -t matrixdotorg/synapse -f docker/Dockerfile .
194+
DOCKER_BUILDKIT=1 docker build -t matrixdotorg/synapse -f docker/Dockerfile .
195195
```
196196

197197
You can choose to build a different docker image by changing the value of the `-f` flag to

0 commit comments

Comments
 (0)