Skip to content

Commit

Permalink
Reverted FlightAware to v8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketil Moland Olsen authored and Ketil Moland Olsen committed Nov 12, 2023
1 parent 655ea26 commit af14ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dump1090-fa/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt update && \

FROM base AS buildstep

ARG DUMP1090_VERSION=v9.0.1
ARG DUMP1090_VERSION=v8.2
ARG TEMP_INSTALL="git build-essential cmake debhelper pkg-config libncurses5-dev libbladerf-dev libhackrf-dev liblimesuite-dev libusb-1.0-0-dev librtlsdr-dev apt-utils apt-transport-https debhelper"

RUN apt update && \
Expand Down
2 changes: 1 addition & 1 deletion dump978-fa/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt update && \

FROM base AS buildstep

ARG DUMP978_VERSION=v9.0.1
ARG DUMP978_VERSION=v8.2
ARG TEMP_INSTALL="build-essential cmake git debhelper pkg-config libboost-system-dev libboost-regex-dev libusb-1.0-0-dev libboost-filesystem-dev libboost-program-options-dev libsoapysdr-dev librtlsdr-dev debhelper"

RUN apt update && \
Expand Down
2 changes: 1 addition & 1 deletion piaware/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt update && \

FROM base AS buildstep

ARG PIAWARE_VERSION="v9.0"
ARG PIAWARE_VERSION=v8.2
ARG TEMP_INSTALL="wget devscripts build-essential debhelper tcl8.6-dev autoconf python3-dev python3-venv python3-setuptools patchelf debhelper libz-dev git libssl-dev tcl-dev chrpath libboost-system-dev libboost-program-options-dev libboost-regex-dev libboost-filesystem-dev"

RUN apt update && \
Expand Down

0 comments on commit af14ae1

Please sign in to comment.