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

Commit

Permalink
Document that the DOCKER_BUILDKIT=1 flag is needed to build the doc…
Browse files Browse the repository at this point in the history
…ker image. (#13515)
  • Loading branch information
reivilibre committed Aug 12, 2022
1 parent e825f73 commit 2c5e2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/13515.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker image.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c5e2ae

Please sign in to comment.