Skip to content

Commit

Permalink
Add missing bash
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Oct 19, 2024
1 parent 64c3b46 commit f3a2c03
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 @@ -18,6 +18,7 @@ RUN apk add --no-cache iperf3

COPY --from=builder /app/build /app/build
RUN apk add --no-cache file
RUN apk add --no-cache bash
RUN file /app/build/main

CMD ["/app/build/main"]

0 comments on commit f3a2c03

Please sign in to comment.