Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 3, 2024
1 parent eef181f commit 300a116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ RUN apt update && \

WORKDIR /tmp

RUN git clone --single-branch https://github.com/wiedehopf/readsb.git && \
RUN git clone https://github.com/wiedehopf/readsb.git && \
cd readsb && \
git checkout $READSB_COMMIT && \
git checkout $READSB_BRANCH && \
make -j3 AIRCRAFT_HASH_BITS=14 RTLSDR=yes


Expand Down

0 comments on commit 300a116

Please sign in to comment.