File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ RUN set -x && \
97
97
ncurses-bin \
98
98
zlib1g-dev \
99
99
zlib1g \
100
+ libzstd-dev \
101
+ libzstd1 \
100
102
python3-venv \
101
103
python3-dev
102
104
@@ -108,7 +110,7 @@ RUN set -x && \
108
110
SRCTMP=/srctmp && \
109
111
# readsb as a feed client
110
112
URL=https://github.com/adsbxchange/readsb && \
111
- COMMIT=1cb85ade1c43fe8af7bdc97cd0f3e510fdb2047b && \
113
+ COMMIT=eb03e9324fd91f1cf563966ed033fe759b05ed97 && \
112
114
mkdir -p $SRCTMP && wget -O ${SRCTMP}.tar.gz ${URL}/archive/${COMMIT}.tar.gz && tar xf ${SRCTMP}.tar.gz -C ${SRCTMP} --strip-components=1 && \
113
115
pushd ${SRCTMP} && \
114
116
echo "$COMMIT" > READSB_VERSION && \
@@ -119,7 +121,7 @@ RUN set -x && \
119
121
rm -rf ${SRCTMP} ${SRCTMP}.tar.gz && \
120
122
# mlat-client
121
123
URL=https://github.com/adsbxchange/mlat-client &&\
122
- COMMIT=c52b722db034ee04e20714725950da041cbecfe5 && \
124
+ COMMIT=55fcde6fcf4216a33006e40ad17dbb924d65f6df && \
123
125
mkdir -p $SRCTMP && wget -O ${SRCTMP}.tar.gz ${URL}/archive/${COMMIT}.tar.gz && tar xf ${SRCTMP}.tar.gz -C ${SRCTMP} --strip-components=1 && \
124
126
pushd ${SRCTMP} && \
125
127
VENV="/usr/local/share/adsbexchange/venv" && \
@@ -254,6 +256,7 @@ RUN arch=$(dpkg --print-architecture) && \
254
256
jq \
255
257
ncurses-bin \
256
258
zlib1g \
259
+ libzstd1 \
257
260
python3-venv \
258
261
curl \
259
262
gzip \
You can’t perform that action at this time.
0 commit comments