Skip to content

Commit 271c531

Browse files
authored
chore(adsbexchange): update adsbexchange versions / dependencies (#97)
1 parent 052ab24 commit 271c531

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ RUN set -x && \
9797
ncurses-bin \
9898
zlib1g-dev \
9999
zlib1g \
100+
libzstd-dev \
101+
libzstd1 \
100102
python3-venv \
101103
python3-dev
102104

@@ -108,7 +110,7 @@ RUN set -x && \
108110
SRCTMP=/srctmp && \
109111
# readsb as a feed client
110112
URL=https://github.com/adsbxchange/readsb && \
111-
COMMIT=1cb85ade1c43fe8af7bdc97cd0f3e510fdb2047b && \
113+
COMMIT=eb03e9324fd91f1cf563966ed033fe759b05ed97 && \
112114
mkdir -p $SRCTMP && wget -O ${SRCTMP}.tar.gz ${URL}/archive/${COMMIT}.tar.gz && tar xf ${SRCTMP}.tar.gz -C ${SRCTMP} --strip-components=1 && \
113115
pushd ${SRCTMP} && \
114116
echo "$COMMIT" > READSB_VERSION && \
@@ -119,7 +121,7 @@ RUN set -x && \
119121
rm -rf ${SRCTMP} ${SRCTMP}.tar.gz && \
120122
# mlat-client
121123
URL=https://github.com/adsbxchange/mlat-client &&\
122-
COMMIT=c52b722db034ee04e20714725950da041cbecfe5 && \
124+
COMMIT=55fcde6fcf4216a33006e40ad17dbb924d65f6df && \
123125
mkdir -p $SRCTMP && wget -O ${SRCTMP}.tar.gz ${URL}/archive/${COMMIT}.tar.gz && tar xf ${SRCTMP}.tar.gz -C ${SRCTMP} --strip-components=1 && \
124126
pushd ${SRCTMP} && \
125127
VENV="/usr/local/share/adsbexchange/venv" && \
@@ -254,6 +256,7 @@ RUN arch=$(dpkg --print-architecture) && \
254256
jq \
255257
ncurses-bin \
256258
zlib1g \
259+
libzstd1 \
257260
python3-venv \
258261
curl \
259262
gzip \

0 commit comments

Comments
 (0)