From 0371fe784296eba29f9512706c43652e5d641d62 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Sun, 7 Jul 2024 02:50:50 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e92a8ea..13590e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,9 +66,7 @@ RUN curl -o /etc/vector/vector.yaml https://gitlab.com/wingbits/config/-/raw/mas RUN curl -0 /etc/default/tar1090 https://raw.githubusercontent.com/wiedehopf/tar1090/master/default RUN sed -i 's|DEVICE_ID|WINGBITS_DEVICE_ID|g' /etc/vector/vector.yaml -RUN apt clean -RUN apt autoclean -RUN apt autoremove -RUN rm -rf /var/lib/apt/lists/* +RUN apt clean && apt autoclean && apt autoremove -y && \ + rm -rf /var/lib/apt/lists/* ENTRYPOINT ["/usr/bin/tini", "--", "/start.sh"]