Skip to content

Commit

Permalink
Merge pull request #3947 from vgteam/ship-time
Browse files Browse the repository at this point in the history
Ship real time binary in vg image
  • Loading branch information
adamnovak authored May 5, 2023
2 parents e0bb854 + 1a700cc commit f478c7f
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 @@ -138,6 +138,7 @@ RUN ls -lah /vg && \
linux-tools-common \
linux-tools-generic \
perl \
time \
&& apt-get -qq -y clean

COPY --from=build /vg/bin/vg /vg/bin/
Expand Down

2 comments on commit f478c7f

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for merge to master. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 11962 seconds

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch v1.48.0. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 11740 seconds

Please sign in to comment.