mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Document that the DOCKER_BUILDKIT=1
flag is needed to build the docker image. (#13515)
This commit is contained in:
parent
e825f7366b
commit
2c5e2ae898
1
changelog.d/13515.doc
Normal file
1
changelog.d/13515.doc
Normal file
@ -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:
|
||||
|
||||
```
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user