diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 16:17:15 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 16:17:15 +0200 |
commit | 0b552b99fa288225e1850f72a30f0f5fa4c2a376 (patch) | |
tree | a53fbea064c8cceb756d2e97835380d3b42b7ff6 | |
parent | Makefile: rewording (diff) | |
download | fr24feed-0b552b99fa288225e1850f72a30f0f5fa4c2a376.tar.gz fr24feed-0b552b99fa288225e1850f72a30f0f5fa4c2a376.zip |
fr24feed: reword comments in Dockerfile
Diffstat (limited to '')
-rw-r--r-- | fr24feed/Dockerfile | 7 |
1 files 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 |