Skip to content

Commit c2a1957

Browse files
authored
Update Dockerfile
1 parent 37bbe70 commit c2a1957

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ RUN curl -o /etc/vector/vector.yaml https://gitlab.com/wingbits/config/-/raw/mas
6666
RUN curl -0 /etc/default/tar1090 https://raw.githubusercontent.com/wiedehopf/tar1090/master/default
6767
RUN sed -i 's|DEVICE_ID|WINGBITS_DEVICE_ID|g' /etc/vector/vector.yaml
6868

69-
RUN apt clean && apt autoclean && apt autoremove && \
70-
rm -rf /var/lib/apt/lists/*
69+
RUN apt clean
70+
RUN apt autoclean
71+
RUN apt autoremove
72+
RUN rm -rf /var/lib/apt/lists/*
7173

7274
ENTRYPOINT ["/usr/bin/tini", "--", "/start.sh"]

0 commit comments

Comments
 (0)