Skip to content

Commit

Permalink
Update Dockerfile.wreadsb (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Mar 22, 2024
1 parent e3ad865 commit 364174b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.wreadsb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN set -x && \
TEMP_PACKAGES+=(build-essential) && \
TEMP_PACKAGES+=(pkg-config) && \
# prerequisites for readsb \
KEPT_PACKAGES+=(libncurses5) && \
TEMP_PACKAGES+=(libncurses5-dev) && \
KEPT_PACKAGES+=(libncurses6) && \
TEMP_PACKAGES+=(libncurses6-dev) && \
KEPT_PACKAGES+=(zlib1g) && \
TEMP_PACKAGES+=(zlib1g-dev) && \
TEMP_PACKAGES+=(libusb-1.0-0-dev) && \
Expand Down

0 comments on commit 364174b

Please sign in to comment.