Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 7, 2024
1 parent f63831e commit 0371fe7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 0371fe7

Please sign in to comment.