Skip to content

Commit

Permalink
add TRACKS_UUID to Dockerfile uuid build
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Jun 4, 2024
1 parent 9ec2a23 commit 28a67c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN cd /app/git && \
mv viewadsb /usr/local/bin && \
chmod +x /usr/local/bin/viewadsb /usr/local/bin/readsb && \
make clean && \
make -j$(nproc) PRINT_UUIDS=yes OPTIMIZE="-O2" && \
make -j$(nproc) PRINT_UUIDS=yes TRACKS_UUID=yes OPTIMIZE="-O2" && \
mv readsb /usr/local/bin/readsb-uuid && \
mv viewadsb /usr/local/bin/viewadsb-uuid && \
chmod +x /usr/local/bin/viewadsb-uuid && \
Expand Down

0 comments on commit 28a67c0

Please sign in to comment.