Skip to content

Commit

Permalink
add lsof to debian prerequisites for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Jan 31, 2024
1 parent 8686224 commit a7ca4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/debian/test-package
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp "${pkg}" kframework.deb
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get upgrade --yes
apt-get install --yes make
apt-get install --yes make lsof
apt-get install --yes ./kframework.deb

package/test-package

0 comments on commit a7ca4a5

Please sign in to comment.