Skip to content

Commit

Permalink
Merge pull request #59 from wiedehopf/main
Browse files Browse the repository at this point in the history
fixup libairspyhf copying
  • Loading branch information
kx1t authored Oct 26, 2024
2 parents 15c7f2f + f317025 commit 264da38
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 -r -v /build/'{}' /'{}' && \
true

# Add Container Version
Expand Down

0 comments on commit 264da38

Please sign in to comment.