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 6ef49ad commit 7455530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ WORKDIR /tmp
RUN git clone --single-branch https://github.com/wiedehopf/readsb.git && \
cd readsb && \
git checkout $READSB_COMMIT && \
make -j3 AIRCRAFT_HASH_BITS=14
make -j3 AIRCRAFT_HASH_BITS=14 RTLSDR=yes


FROM base AS release

Expand Down

0 comments on commit 7455530

Please sign in to comment.