diff options
Diffstat (limited to 'fr24feed/Dockerfile')
-rw-r--r-- | fr24feed/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fr24feed/Dockerfile b/fr24feed/Dockerfile index 470f0fd..4b445f3 100644 --- a/fr24feed/Dockerfile +++ b/fr24feed/Dockerfile @@ -4,6 +4,7 @@ FROM debian:stretch-slim AS base # Those are weird hacks, but the alternative (using the apt repository) was # unsuitable (no systemctl, etc.). +# Using BuildKit is required for this to work (it exposes TARGETARCH). # The latest versions of the fr24feed binary for i386/x86_64/armhf as of # 2020-01-26, according to https://www.flightradar24.com/share-your-data. |