diff options
author | Jason Robinson <jasonr@matrix.org> | 2022-04-20 16:40:40 +0300 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2022-04-20 16:40:40 +0300 |
commit | 66d6953effefc4d6bb87f77fe202aa867472375f (patch) | |
tree | 449a607806f2ff9b6615df4736a5e7a526435bb6 /docker/Dockerfile | |
parent | Implement MSC2815: allow room moderators to view redacted event content (#12427) (diff) | |
download | synapse-jaywink/build-test.tar.xz |
Set # syntax=docker/dockerfile:experimental github/jaywink/build-test jaywink/build-test
For buildkit in some environments. Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to '')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 6f87702cc8..575f9be861 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,3 +1,4 @@ +# syntax=docker/dockerfile:experimental # Dockerfile to build the matrixdotorg/synapse docker images. # # Note that it uses features which are only available in BuildKit - see |