From 0b552b99fa288225e1850f72a30f0f5fa4c2a376 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2023 16:17:15 +0200 Subject: fr24feed: reword comments in Dockerfile --- fr24feed/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fr24feed/Dockerfile b/fr24feed/Dockerfile index 4cea4a9..64d1b65 100644 --- a/fr24feed/Dockerfile +++ b/fr24feed/Dockerfile @@ -2,13 +2,14 @@ # hostname -I, etc.). FROM debian:stretch-slim AS base -# Those are weird hacks, but the alternative (using the apt repository) was -# unsuitable (no systemctl, etc.). +# Those are weird hacks, but the alternative (using the Flightradar24 apt +# repository) was unsuitable (no systemctl in the container, etc.). # Using BuildKit is required for this to work (it exposes TARGETARCH). # The latest versions of the fr24feed binary for i386/x86_64/armhf according # to: -# https://www.flightradar24.com/share-your-data +# +# https://www.flightradar24.com/share-your-data # # as of 2023-02-08. FROM base AS env-386 -- cgit v1.2.3