Skip to content

Commit

Permalink
Add more diagnostic with ld command
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Oct 19, 2024
1 parent 84c9b56 commit 081b12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ WORKDIR /app
RUN apk add --no-cache iperf3

COPY --from=builder /app/build /app/build
RUN ld /app/build/main
RUN /app/build/main -h || echo ignore error during run container
CMD ["/app/build/main"]

0 comments on commit 081b12c

Please sign in to comment.