We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bbe70 commit c2a1957Copy full SHA for c2a1957
Dockerfile
@@ -66,7 +66,9 @@ RUN curl -o /etc/vector/vector.yaml https://gitlab.com/wingbits/config/-/raw/mas
66
RUN curl -0 /etc/default/tar1090 https://raw.githubusercontent.com/wiedehopf/tar1090/master/default
67
RUN sed -i 's|DEVICE_ID|WINGBITS_DEVICE_ID|g' /etc/vector/vector.yaml
68
69
-RUN apt clean && apt autoclean && apt autoremove && \
70
- rm -rf /var/lib/apt/lists/*
+RUN apt clean
+RUN apt autoclean
71
+RUN apt autoremove
72
+RUN rm -rf /var/lib/apt/lists/*
73
74
ENTRYPOINT ["/usr/bin/tini", "--", "/start.sh"]
0 commit comments