Skip to content

Commit

Permalink
Add display of cpu info
Browse files Browse the repository at this point in the history
I had originally catted /proc/cpuinfo but it was very verbose


lscpu is in util-linux which is in [essential] so should be available on systems.
  • Loading branch information
tfoote committed Jan 2, 2024
1 parent 7237125 commit f2373e8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@(SNIPPET(
'builder_shell',
script='\n'.join([
'echo "# BEGIN SECTION: cpu info"',
'lscpu',
'echo "# END SECTION"',
'echo "# BEGIN SECTION: docker version"',
'docker version',
'echo "# END SECTION"',
Expand Down

0 comments on commit f2373e8

Please sign in to comment.