Skip to content

Commit

Permalink
fixup libairspyhf copying
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Oct 26, 2024
1 parent 15c7f2f commit 1f5b11b
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 @@ -82,7 +82,7 @@ RUN \
--mount=type=bind,from=build,source=/,target=/build/ \
set -x && \
cp -v /build/usr/local/bin/AIS-catcher /usr/local/bin/AIS-catcher && \
find /build | grep libairspyhf | cut -d/ --complement -f1,2 | xargs --replace echo cp -v /build/'{}' /'{}' && \
find /build | grep libairspyhf | cut -d/ --complement -f1,2 | xargs --replace cp -v /build/'{}' /'{}' && \
true

# Add Container Version
Expand Down

0 comments on commit 1f5b11b

Please sign in to comment.