Skip to content

Commit

Permalink
Merge branch 'dev' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBiggerGuy committed Mar 3, 2019
2 parents bcefe84 + bb96cfa commit 75a20a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion adsbexchange-mlat/Dockerfile-adsbexchange-mlat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM multiarch/alpine:armhf-v3.8 as base

RUN apk add --no-cache python3
RUN apk add --no-cache python3 && \
rm -rf /usr/share/terminfo

FROM base as builder

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ services:
- thebiggerguy/docker-ads-b-flightradar24
- thebiggerguy/docker-ads-b-flightradar24:${TAG:-latest}
args:
FR24FEED_VERSION: 1.0.19-15
FR24FEED_HASH: ea2674b5eaa071d3e469a103971a2d42973014d5fde8fd3b0fe123dbd4f1476b
FR24FEED_VERSION: 1.0.23-8
FR24FEED_HASH: adc72b6a5ffe0eb089748cd26a981eac7468b5a61ee0783c7e3bc3c0ee9c52b4
ports:
- "8754:8754/tcp"
depends_on:
Expand Down

0 comments on commit 75a20a1

Please sign in to comment.